Shades of Sahara #B99221
Tints of Sahara #B99221
RGB
CMYK
RGB Variations
Color information
#B99221 (or 0xB99221) is known color: Sahara. HEX triplet: B9, 92 and 21. RGB value is (185,146,33). Sum of RGB (Red+Green+Blue) = 185+146+33=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 146 (57.42% from 255 or 40.11% from 364); Blue value is 33 (13.28% from 255 or 9.07% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B99221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99221 is #466DDE. Grayscale: #919191. Windows color (decimal): -4615647 or 2200249. OLE color: 2200249.
HSL color Cylindrical-coordinate representation of color #B99221: hue angle of 44.61º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B99221 is Cyan = 0, Magento = 0.21, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 146 | 33 | - |
| CMYK | 0 | 0.21 | 0.82 | 0.27 |
| HSL | 44.61º | 0.7% | 0.43% | - |
| HSV(B) | 44.61º | 0.82% | 0.73% | - |
| XYZ | 30.56 | 30.98 | 5.81 | - |
| YUV | 144.78 | 64.92 | 156.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 146 | 33 | 0 | 0.21 | 0.82 | 0.27 | 44.61 | 0.7 | 0.43 |
| Hex | B9 | 92 | 21 | 0 | 15 | 52 | 1B | 2D | 46 | 2B |
| Octal | 271 | 222 | 41 | 0 | 25 | 122 | 33 | 55 | 106 | 53 |
| Binary | 10111001 | 10010010 | 100001 | 0 | 10101 | 1010010 | 11011 | 101101 | 1000110 | 101011 |
Color Harmonies of #B99221
Complementary color
Monochromatic Colors of #B99221
Black with #B99221
Text Example
Text Example
White with #B99221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99221; }
p { color: rgb(185,146,33); }
H1.HeaderClassName
{
color: #B99221;
}
.AnyTagClassName
{
color: #B99221;
}
</style>
background-color css
<style>
a { background-color: #B99221; }
a { background-color: rgb(185,146,33); }
div.DivClassName
{
background-color: #B99221;
}
.BgClassName
{
background-color: #B99221;
}
</style>
border-color css
<style>
span { border-color: #B99221; }
span { border-color: rgb(185,146,33); }
td.TdClassName
{
border-color: #B99221;
}
.TagClassName
{
border-color: #B99221;
}
</style>