Shades of Sahara #B89A32
Tints of Sahara #B89A32
RGB
CMYK
RGB Variations
Color information
#B89A32 (or 0xB89A32) is known color: Sahara. HEX triplet: B8, 9A and 32. RGB value is (184,154,50). Sum of RGB (Red+Green+Blue) = 184+154+50=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 154 (60.55% from 255 or 39.69% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B89A32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89A32 is #4765CD. Grayscale: #979797. Windows color (decimal): -4679118 or 3316408. OLE color: 3316408.
HSL color Cylindrical-coordinate representation of color #B89A32: hue angle of 46.57º 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 #B89A32 is Cyan = 0, Magento = 0.16, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 154 | 50 | - |
| CMYK | 0 | 0.16 | 0.73 | 0.28 |
| HSL | 46.57º | 0.57% | 0.46% | - |
| HSV(B) | 46.57º | 0.73% | 0.72% | - |
| XYZ | 31.9 | 33.53 | 7.81 | - |
| YUV | 151.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 154 | 50 | 0 | 0.16 | 0.73 | 0.28 | 46.57 | 0.57 | 0.46 |
| Hex | B8 | 9A | 32 | 0 | 10 | 49 | 1C | 2F | 39 | 2E |
| Octal | 270 | 232 | 62 | 0 | 20 | 111 | 34 | 57 | 71 | 56 |
| Binary | 10111000 | 10011010 | 110010 | 0 | 10000 | 1001001 | 11100 | 101111 | 111001 | 101110 |
Color Harmonies of #B89A32
Complementary color
Monochromatic Colors of #B89A32
Black with #B89A32
Text Example
Text Example
White with #B89A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89A32; }
p { color: rgb(184,154,50); }
H1.HeaderClassName
{
color: #B89A32;
}
.AnyTagClassName
{
color: #B89A32;
}
</style>
background-color css
<style>
a { background-color: #B89A32; }
a { background-color: rgb(184,154,50); }
div.DivClassName
{
background-color: #B89A32;
}
.BgClassName
{
background-color: #B89A32;
}
</style>
border-color css
<style>
span { border-color: #B89A32; }
span { border-color: rgb(184,154,50); }
td.TdClassName
{
border-color: #B89A32;
}
.TagClassName
{
border-color: #B89A32;
}
</style>