#B6972B

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

Shades of Sahara #B6972B

Tints of Sahara #B6972B

Color information

#B6972B (or 0xB6972B) is unknown color: approx Sahara. HEX triplet: B6, 97 and 2B. RGB value is (182,151,43). Sum of RGB (Red+Green+Blue) = 182+151+43=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 151 (59.38% from 255 or 40.16% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B6972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6972B is #4968D4. Grayscale: #949494. Windows color (decimal): -4810965 or 2856886. OLE color: 2856886.

HSL color Cylindrical-coordinate representation of color #B6972B: hue angle of 46.62º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B6972B is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.29.

Color convert

RGB18215143-
CMYK00.170.760.29
HSL46.62º61.78%44.12%-
HSV(B)46.62º76.37%71.37%-
XYZ30.7932.256.89-
YUV147.9668.77152.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 151 (59.38% from 255) = 40.16%
BLUE value IS 43 (17.19% from 255) = 11.44%
R=48.40%
G=40.16%
B=11.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821514300.170.760.2946.6261.7844.12
HexB6972B0114C1D2f3e2c
Octal2662275302111435577654
Binary1011011010010111101011010001100110011101101111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6972B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6972B; }

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

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

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

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

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

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

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

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