#B0972A

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

Shades of Sahara #B0972A

Tints of Sahara #B0972A

Color information

#B0972A (or 0xB0972A) is unknown color: approx Sahara. HEX triplet: B0, 97 and 2A. RGB value is (176,151,42). Sum of RGB (Red+Green+Blue) = 176+151+42=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 42 (16.80% from 255 or 11.38% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0972A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0972A is #4F68D5. Grayscale: #929292. Windows color (decimal): -5204182 or 2791344. OLE color: 2791344.

HSL color Cylindrical-coordinate representation of color #B0972A: hue angle of 48.81º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B0972A is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB17615142-
CMYK00.140.760.31
HSL48.81º61.47%42.75%-
HSV(B)48.81º76.14%69.02%-
XYZ29.3931.536.73-
YUV146.0569.28149.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 151 (59.38% from 255) = 40.92%
BLUE value IS 42 (16.80% from 255) = 11.38%
R=47.70%
G=40.92%
B=11.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761514200.140.760.3148.8161.4742.75
HexB0972A0E4C1F313d2b
Octal2602275201611437617553
Binary101100001001011110101001110100110011111110001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0972A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0972A; }

 p { color: rgb(176,151,42); }

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

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

 a { background-color: rgb(176,151,42); }

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

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

 span { border-color: rgb(176,151,42); }

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