Shades of Sahara #B89221
Tints of Sahara #B89221
RGB
CMYK
RGB Variations
Color information
#B89221 (or 0xB89221) is known color: Sahara. HEX triplet: B8, 92 and 21. RGB value is (184,146,33). Sum of RGB (Red+Green+Blue) = 184+146+33=363 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.69% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 33 (13.28% from 255 or 9.09% from 363); Max value from RGB is 184 - color contains mainly: red. Hex color #B89221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B89221 is #476DDE. Grayscale: #909090. Windows color (decimal): -4681183 or 2200248. OLE color: 2200248.
HSL color Cylindrical-coordinate representation of color #B89221: hue angle of 44.9º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B89221 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 146 | 33 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.28 |
| HSL | 44.9º | 0.7% | 0.43% | - |
| HSV(B) | 44.9º | 0.82% | 0.72% | - |
| XYZ | 30.32 | 30.86 | 5.8 | - |
| YUV | 144.48 | 65.09 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 146 | 33 | 0 | 0.21 | 0.82 | 0.28 | 44.9 | 0.7 | 0.43 |
| Hex | B8 | 92 | 21 | 0 | 15 | 52 | 1C | 2D | 46 | 2B |
| Octal | 270 | 222 | 41 | 0 | 25 | 122 | 34 | 55 | 106 | 53 |
| Binary | 10111000 | 10010010 | 100001 | 0 | 10101 | 1010010 | 11100 | 101101 | 1000110 | 101011 |
Color Harmonies of #B89221
Complementary color
Monochromatic Colors of #B89221
Black with #B89221
Text Example
Text Example
White with #B89221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89221; }
p { color: rgb(184,146,33); }
H1.HeaderClassName
{
color: #B89221;
}
.AnyTagClassName
{
color: #B89221;
}
</style>
background-color css
<style>
a { background-color: #B89221; }
a { background-color: rgb(184,146,33); }
div.DivClassName
{
background-color: #B89221;
}
.BgClassName
{
background-color: #B89221;
}
</style>
border-color css
<style>
span { border-color: #B89221; }
span { border-color: rgb(184,146,33); }
td.TdClassName
{
border-color: #B89221;
}
.TagClassName
{
border-color: #B89221;
}
</style>