#B9972B

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

Shades of Sahara #B9972B

Tints of Sahara #B9972B

Color information

#B9972B (or 0xB9972B) is unknown color: approx Sahara. HEX triplet: B9, 97 and 2B. RGB value is (185,151,43). Sum of RGB (Red+Green+Blue) = 185+151+43=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9972B is #4668D4. Grayscale: #959595. Windows color (decimal): -4614357 or 2856889. OLE color: 2856889.

HSL color Cylindrical-coordinate representation of color #B9972B: hue angle of 45.63º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9972B is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.27.

Color convert

RGB18515143-
CMYK00.180.770.27
HSL45.63º62.28%44.71%-
HSV(B)45.63º76.76%72.55%-
XYZ31.5132.626.92-
YUV148.8568.26153.78-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 151 (59.38% from 255) = 39.84%
BLUE value IS 43 (17.19% from 255) = 11.35%
R=48.81%
G=39.84%
B=11.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851514300.180.770.2745.6362.2844.71
HexB9972B0124D1B2e3e2d
Octal2712275302211533567655
Binary1011100110010111101011010010100110111011101110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9972B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9972B; }

 p { color: rgb(185,151,43); }

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

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

 a { background-color: rgb(185,151,43); }

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

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

 span { border-color: rgb(185,151,43); }

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