#B5962B

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

Shades of Sahara #B5962B

Tints of Sahara #B5962B

Color information

#B5962B (or 0xB5962B) is unknown color: approx Sahara. HEX triplet: B5, 96 and 2B. RGB value is (181,150,43). Sum of RGB (Red+Green+Blue) = 181+150+43=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 43 (17.19% from 255 or 11.50% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B5962B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5962B is #4A69D4. Grayscale: #939393. Windows color (decimal): -4876757 or 2856629. OLE color: 2856629.

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

Color convert

RGB18115043-
CMYK00.170.760.29
HSL46.52º61.61%43.92%-
HSV(B)46.52º76.24%70.98%-
XYZ30.431.816.82-
YUV147.0769.27152.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.40%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 43 (17.19% from 255) = 11.50%
R=48.40%
G=40.11%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811504300.170.760.2946.5261.6143.92
HexB5962B0114C1D2f3e2c
Octal2652265302111435577654
Binary1011010110010110101011010001100110011101101111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5962B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5962B; }

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

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

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

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

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

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

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

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