#B89C32

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

Shades of Sahara #B89C32

Tints of Sahara #B89C32

Color information

#B89C32 (or 0xB89C32) is unknown color: approx Sahara. HEX triplet: B8, 9C and 32. RGB value is (184,156,50). Sum of RGB (Red+Green+Blue) = 184+156+50=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89C32 is #4763CD. Grayscale: #989898. Windows color (decimal): -4678606 or 3316920. OLE color: 3316920.

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

Color convert

RGB18415650-
CMYK00.150.730.28
HSL47.46º57.26%45.88%-
HSV(B)47.46º72.83%72.16%-
XYZ32.2334.27.92-
YUV152.2970.28150.62-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.18%
GREEN value IS 156 (61.33% from 255) = 40%
BLUE value IS 50 (19.92% from 255) = 12.82%
R=47.18%
G=40%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841565000.150.730.2847.4657.2645.88
HexB89C320F491C2f392e
Octal2702346201711134577156
Binary101110001001110011001001111100100111100101111111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C32; }

 p { color: rgb(184,156,50); }

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

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

 a { background-color: rgb(184,156,50); }

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

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

 span { border-color: rgb(184,156,50); }

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