#B69A32

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

Shades of Sahara #B69A32

Tints of Sahara #B69A32

Color information

#B69A32 (or 0xB69A32) is unknown color: approx Sahara. HEX triplet: B6, 9A and 32. RGB value is (182,154,50). Sum of RGB (Red+Green+Blue) = 182+154+50=386 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.15% from 386); Green value is 154 (60.55% from 255 or 39.90% from 386); Blue value is 50 (19.92% from 255 or 12.95% from 386); Max value from RGB is 182 - color contains mainly: red. Hex color #B69A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B69A32 is #4965CD. Grayscale: #969696. Windows color (decimal): -4810190 or 3316406. OLE color: 3316406.

HSL color Cylindrical-coordinate representation of color #B69A32: hue angle of 47.27º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B69A32 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB18215450-
CMYK00.150.730.29
HSL47.27º56.9%45.49%-
HSV(B)47.27º72.53%71.37%-
XYZ31.4233.297.79-
YUV150.5271.28150.46-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.15%
GREEN value IS 154 (60.55% from 255) = 39.90%
BLUE value IS 50 (19.92% from 255) = 12.95%
R=47.15%
G=39.90%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821545000.150.730.2947.2756.945.49
HexB69A320F491D2f392d
Octal2662326201711135577155
Binary101101101001101011001001111100100111101101111111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69A32; }

 p { color: rgb(182,154,50); }

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

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

 a { background-color: rgb(182,154,50); }

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

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

 span { border-color: rgb(182,154,50); }

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