Shades of Sahara #B89720
Tints of Sahara #B89720
RGB
CMYK
RGB Variations
Color information
#B89720 (or 0xB89720) is known color: Sahara. HEX triplet: B8, 97 and 20. RGB value is (184,151,32). Sum of RGB (Red+Green+Blue) = 184+151+32=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 32 (12.89% from 255 or 8.72% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B89720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89720 is #4768DF. Grayscale: #939393. Windows color (decimal): -4679904 or 2135992. OLE color: 2135992.
HSL color Cylindrical-coordinate representation of color #B89720: hue angle of 46.97º 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 #B89720 is Cyan = 0, Magento = 0.18, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 32 | - |
| CMYK | 0 | 0.18 | 0.83 | 0.28 |
| HSL | 46.97º | 0.7% | 0.42% | - |
| HSV(B) | 46.97º | 0.83% | 0.72% | - |
| XYZ | 31.09 | 32.43 | 5.99 | - |
| YUV | 147.3 | 62.93 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 32 | 0 | 0.18 | 0.83 | 0.28 | 46.97 | 0.7 | 0.42 |
| Hex | B8 | 97 | 20 | 0 | 12 | 53 | 1C | 2F | 46 | 2A |
| Octal | 270 | 227 | 40 | 0 | 22 | 123 | 34 | 57 | 106 | 52 |
| Binary | 10111000 | 10010111 | 100000 | 0 | 10010 | 1010011 | 11100 | 101111 | 1000110 | 101010 |
Color Harmonies of #B89720
Complementary color
Monochromatic Colors of #B89720
Black with #B89720
Text Example
Text Example
White with #B89720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89720; }
p { color: rgb(184,151,32); }
H1.HeaderClassName
{
color: #B89720;
}
.AnyTagClassName
{
color: #B89720;
}
</style>
background-color css
<style>
a { background-color: #B89720; }
a { background-color: rgb(184,151,32); }
div.DivClassName
{
background-color: #B89720;
}
.BgClassName
{
background-color: #B89720;
}
</style>
border-color css
<style>
span { border-color: #B89720; }
span { border-color: rgb(184,151,32); }
td.TdClassName
{
border-color: #B89720;
}
.TagClassName
{
border-color: #B89720;
}
</style>