#B0972E

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

Shades of Sahara #B0972E

Tints of Sahara #B0972E

Color information

#B0972E (or 0xB0972E) is unknown color: approx Sahara. HEX triplet: B0, 97 and 2E. RGB value is (176,151,46). Sum of RGB (Red+Green+Blue) = 176+151+46=373 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.18% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 46 (18.36% from 255 or 12.33% from 373); Max value from RGB is 176 - color contains mainly: red. Hex color #B0972E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0972E is #4F68D1. Grayscale: #929292. Windows color (decimal): -5204178 or 3053488. OLE color: 3053488.

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

Color convert

RGB17615146-
CMYK00.140.740.31
HSL48.46º58.56%43.53%-
HSV(B)48.46º73.86%69.02%-
XYZ29.4631.567.12-
YUV146.571.28149.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.18%
GREEN value IS 151 (59.38% from 255) = 40.48%
BLUE value IS 46 (18.36% from 255) = 12.33%
R=47.18%
G=40.48%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.74
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761514600.140.740.3148.4658.5643.53
HexB0972E0E4A1F303b2c
Octal2602275601611237607354
Binary101100001001011110111001110100101011111110000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0972E; }

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

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

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

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

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

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

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

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