Shades of Sahara #B89520
Tints of Sahara #B89520
RGB
CMYK
RGB Variations
Color information
#B89520 (or 0xB89520) is known color: Sahara. HEX triplet: B8, 95 and 20. RGB value is (184,149,32). Sum of RGB (Red+Green+Blue) = 184+149+32=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 32 (12.89% from 255 or 8.77% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B89520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89520 is #476ADF. Grayscale: #929292. Windows color (decimal): -4680416 or 2135480. OLE color: 2135480.
HSL color Cylindrical-coordinate representation of color #B89520: hue angle of 46.18º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B89520 is Cyan = 0, Magento = 0.19, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 149 | 32 | - |
| CMYK | 0 | 0.19 | 0.83 | 0.28 |
| HSL | 46.18º | 0.7% | 0.42% | - |
| HSV(B) | 46.18º | 0.83% | 0.72% | - |
| XYZ | 30.78 | 31.79 | 5.88 | - |
| YUV | 146.13 | 63.6 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 149 | 32 | 0 | 0.19 | 0.83 | 0.28 | 46.18 | 0.7 | 0.42 |
| Hex | B8 | 95 | 20 | 0 | 13 | 53 | 1C | 2E | 46 | 2A |
| Octal | 270 | 225 | 40 | 0 | 23 | 123 | 34 | 56 | 106 | 52 |
| Binary | 10111000 | 10010101 | 100000 | 0 | 10011 | 1010011 | 11100 | 101110 | 1000110 | 101010 |
Color Harmonies of #B89520
Complementary color
Monochromatic Colors of #B89520
Black with #B89520
Text Example
Text Example
White with #B89520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89520; }
p { color: rgb(184,149,32); }
H1.HeaderClassName
{
color: #B89520;
}
.AnyTagClassName
{
color: #B89520;
}
</style>
background-color css
<style>
a { background-color: #B89520; }
a { background-color: rgb(184,149,32); }
div.DivClassName
{
background-color: #B89520;
}
.BgClassName
{
background-color: #B89520;
}
</style>
border-color css
<style>
span { border-color: #B89520; }
span { border-color: rgb(184,149,32); }
td.TdClassName
{
border-color: #B89520;
}
.TagClassName
{
border-color: #B89520;
}
</style>