#B6962A

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

Shades of Sahara #B6962A

Tints of Sahara #B6962A

Color information

#B6962A (or 0xB6962A) is unknown color: approx Sahara. HEX triplet: B6, 96 and 2A. RGB value is (182,150,42). Sum of RGB (Red+Green+Blue) = 182+150+42=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 150 (58.98% from 255 or 40.11% from 374); Blue value is 42 (16.80% from 255 or 11.23% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B6962A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6962A is #4969D5. Grayscale: #939393. Windows color (decimal): -4811222 or 2791094. OLE color: 2791094.

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

Color convert

RGB18215042-
CMYK00.180.770.29
HSL46.29º62.5%43.92%-
HSV(B)46.29º76.92%71.37%-
XYZ30.6231.926.74-
YUV147.2668.6152.78-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.66%
GREEN value IS 150 (58.98% from 255) = 40.11%
BLUE value IS 42 (16.80% from 255) = 11.23%
R=48.66%
G=40.11%
B=11.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.77
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821504200.180.770.2946.2962.543.92
HexB6962A0124D1D2e3e2c
Octal2662265202211535567654
Binary1011011010010110101010010010100110111101101110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6962A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6962A; }

 p { color: rgb(182,150,42); }

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

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

 a { background-color: rgb(182,150,42); }

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

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

 span { border-color: rgb(182,150,42); }

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