#B5961E

Color #B5961E Sahara (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sahara #B5961E

Tints of Sahara #B5961E

Color information

#B5961E (or 0xB5961E) is unknown color: approx Sahara. HEX triplet: B5, 96 and 1E. RGB value is (181,150,30). Sum of RGB (Red+Green+Blue) = 181+150+30=361 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.14% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 30 (12.11% from 255 or 8.31% from 361); Max value from RGB is 181 - color contains mainly: red. Hex color #B5961E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5961E is #4A69E1. Grayscale: #929292. Windows color (decimal): -4876770 or 2004661. OLE color: 2004661.

HSL color Cylindrical-coordinate representation of color #B5961E: hue angle of 47.68º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5961E is Cyan = 0, Magento = 0.17, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB18115030-
CMYK00.170.830.29
HSL47.68º71.56%41.37%-
HSV(B)47.68º83.43%70.98%-
XYZ30.231.735.76-
YUV145.5962.77153.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 181 (71.09% from 255) = 50.14%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 30 (12.11% from 255) = 8.31%
R=50.14%
G=41.55%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811503000.170.830.2947.6871.5641.37
HexB5961E011531D304829
Octal26522636021123356011051
Binary1011010110010110111100100011010011111011100001001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5961E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5961E; }

 p { color: rgb(181,150,30); }

 H1.HeaderClassName
 {
   color: #B5961E;
 }
 .AnyTagClassName
 {
   color: #B5961E;
 }
</style>
background-color css

<style>
 a { background-color: #B5961E; }

 a { background-color: rgb(181,150,30); }

 div.DivClassName
 {
   background-color: #B5961E;
 }
 .BgClassName
 {
   background-color: #B5961E;
 }
</style>
border-color css

<style>
 span { border-color: #B5961E; }

 span { border-color: rgb(181,150,30); }

 td.TdClassName
 {
   border-color: #B5961E;
 }
 .TagClassName
 {
   border-color: #B5961E;
 }
</style>