Shades of Sahara #B89F32
Tints of Sahara #B89F32
RGB
CMYK
RGB Variations
Color information
#B89F32 (or 0xB89F32) is known color: Sahara. HEX triplet: B8, 9F and 32. RGB value is (184,159,50). Sum of RGB (Red+Green+Blue) = 184+159+50=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 159 (62.5% from 255 or 40.46% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B89F32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89F32 is #4760CD. Grayscale: #9A9A9A. Windows color (decimal): -4677838 or 3317688. OLE color: 3317688.
HSL color Cylindrical-coordinate representation of color #B89F32: hue angle of 48.81º 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 #B89F32 is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 159 | 50 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.28 |
| HSL | 48.81º | 0.57% | 0.46% | - |
| HSV(B) | 48.81º | 0.73% | 0.72% | - |
| XYZ | 32.74 | 35.22 | 8.09 | - |
| YUV | 154.05 | 69.28 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 159 | 50 | 0 | 0.14 | 0.73 | 0.28 | 48.81 | 0.57 | 0.46 |
| Hex | B8 | 9F | 32 | 0 | E | 49 | 1C | 31 | 39 | 2E |
| Octal | 270 | 237 | 62 | 0 | 16 | 111 | 34 | 61 | 71 | 56 |
| Binary | 10111000 | 10011111 | 110010 | 0 | 1110 | 1001001 | 11100 | 110001 | 111001 | 101110 |
Color Harmonies of #B89F32
Complementary color
Monochromatic Colors of #B89F32
Black with #B89F32
Text Example
Text Example
White with #B89F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89F32; }
p { color: rgb(184,159,50); }
H1.HeaderClassName
{
color: #B89F32;
}
.AnyTagClassName
{
color: #B89F32;
}
</style>
background-color css
<style>
a { background-color: #B89F32; }
a { background-color: rgb(184,159,50); }
div.DivClassName
{
background-color: #B89F32;
}
.BgClassName
{
background-color: #B89F32;
}
</style>
border-color css
<style>
span { border-color: #B89F32; }
span { border-color: rgb(184,159,50); }
td.TdClassName
{
border-color: #B89F32;
}
.TagClassName
{
border-color: #B89F32;
}
</style>