#B4962F

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

Shades of Sahara #B4962F

Tints of Sahara #B4962F

Color information

#B4962F (or 0xB4962F) is unknown color: approx Sahara. HEX triplet: B4, 96 and 2F. RGB value is (180,150,47). Sum of RGB (Red+Green+Blue) = 180+150+47=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 150 (58.98% from 255 or 39.79% from 377); Blue value is 47 (18.75% from 255 or 12.47% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B4962F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4962F is #4B69D0. Grayscale: #939393. Windows color (decimal): -4942289 or 3118772. OLE color: 3118772.

HSL color Cylindrical-coordinate representation of color #B4962F: hue angle of 46.47º 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 #B4962F is Cyan = 0, Magento = 0.17, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB18015047-
CMYK00.170.740.29
HSL46.47º58.59%44.51%-
HSV(B)46.47º73.89%70.59%-
XYZ30.2431.727.22-
YUV147.2371.44151.38-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 150 (58.98% from 255) = 39.79%
BLUE value IS 47 (18.75% from 255) = 12.47%
R=47.75%
G=39.79%
B=12.47%

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
Decimal1801504700.170.740.2946.4758.5944.51
HexB4962F0114A1D2e3b2d
Octal2642265702111235567355
Binary1011010010010110101111010001100101011101101110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4962F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4962F; }

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

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

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

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

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

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

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

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