#B4972F

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

Shades of Sahara #B4972F

Tints of Sahara #B4972F

Color information

#B4972F (or 0xB4972F) is unknown color: approx Sahara. HEX triplet: B4, 97 and 2F. RGB value is (180,151,47). Sum of RGB (Red+Green+Blue) = 180+151+47=378 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.62% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 47 (18.75% from 255 or 12.43% from 378); Max value from RGB is 180 - color contains mainly: red. Hex color #B4972F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4972F is #4B68D0. Grayscale: #949494. Windows color (decimal): -4942033 or 3119028. OLE color: 3119028.

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

Color convert

RGB18015147-
CMYK00.160.740.29
HSL46.92º58.59%44.51%-
HSV(B)46.92º73.89%70.59%-
XYZ30.432.047.27-
YUV147.8271.11150.96-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.62%
GREEN value IS 151 (59.38% from 255) = 39.95%
BLUE value IS 47 (18.75% from 255) = 12.43%
R=47.62%
G=39.95%
B=12.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801514700.160.740.2946.9258.5944.51
HexB4972F0104A1D2f3b2d
Octal2642275702011235577355
Binary1011010010010111101111010000100101011101101111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4972F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4972F; }

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

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

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

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

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

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

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

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