#B5962F

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

Shades of Sahara #B5962F

Tints of Sahara #B5962F

Color information

#B5962F (or 0xB5962F) is unknown color: approx Sahara. HEX triplet: B5, 96 and 2F. RGB value is (181,150,47). Sum of RGB (Red+Green+Blue) = 181+150+47=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 150 (58.98% from 255 or 39.68% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B5962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5962F is #4A69D0. Grayscale: #939393. Windows color (decimal): -4876753 or 3118773. OLE color: 3118773.

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

Color convert

RGB18115047-
CMYK00.170.740.29
HSL46.12º58.77%44.71%-
HSV(B)46.12º74.03%70.98%-
XYZ30.4831.847.23-
YUV147.5371.27151.88-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.88%
GREEN value IS 150 (58.98% from 255) = 39.68%
BLUE value IS 47 (18.75% from 255) = 12.43%
R=47.88%
G=39.68%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811504700.170.740.2946.1258.7744.71
HexB5962F0114A1D2e3b2d
Octal2652265702111235567355
Binary1011010110010110101111010001100101011101101110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5962F; }

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

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

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

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

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

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

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

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