#B89A31

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

Shades of Sahara #B89A31

Tints of Sahara #B89A31

Color information

#B89A31 (or 0xB89A31) is unknown color: approx Sahara. HEX triplet: B8, 9A and 31. RGB value is (184,154,49). Sum of RGB (Red+Green+Blue) = 184+154+49=387 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.55% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 49 (19.53% from 255 or 12.66% from 387); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89A31 is #4765CE. Grayscale: #979797. Windows color (decimal): -4679119 or 3250872. OLE color: 3250872.

HSL color Cylindrical-coordinate representation of color #B89A31: hue angle of 46.67º degrees, saturation: 0.58, 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 #B89A31 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB18415449-
CMYK00.160.730.28
HSL46.67º57.94%45.69%-
HSV(B)46.67º73.37%72.16%-
XYZ31.8833.527.7-
YUV15170.44151.54-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.55%
GREEN value IS 154 (60.55% from 255) = 39.79%
BLUE value IS 49 (19.53% from 255) = 12.66%
R=47.55%
G=39.79%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841544900.160.730.2846.6757.9445.69
HexB89A31010491C2f3a2e
Octal2702326102011134577256
Binary1011100010011010110001010000100100111100101111111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89A31; }

 p { color: rgb(184,154,49); }

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

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

 a { background-color: rgb(184,154,49); }

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

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

 span { border-color: rgb(184,154,49); }

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