Shades of Sahara #B99824
Tints of Sahara #B99824
RGB
CMYK
RGB Variations
Color information
#B99824 (or 0xB99824) is known color: Sahara. HEX triplet: B9, 98 and 24. RGB value is (185,152,36). Sum of RGB (Red+Green+Blue) = 185+152+36=373 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.60% from 373); Green value is 152 (59.77% from 255 or 40.75% from 373); Blue value is 36 (14.45% from 255 or 9.65% from 373); Max value from RGB is 185 - color contains mainly: red. Hex color #B99824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99824 is #4667DB. Grayscale: #959595. Windows color (decimal): -4614108 or 2398393. OLE color: 2398393.
HSL color Cylindrical-coordinate representation of color #B99824: hue angle of 46.71º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B99824 is Cyan = 0, Magento = 0.18, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 152 | 36 | - |
| CMYK | 0 | 0.18 | 0.81 | 0.27 |
| HSL | 46.71º | 0.67% | 0.43% | - |
| HSV(B) | 46.71º | 0.81% | 0.73% | - |
| XYZ | 31.55 | 32.9 | 6.36 | - |
| YUV | 148.64 | 64.43 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 152 | 36 | 0 | 0.18 | 0.81 | 0.27 | 46.71 | 0.67 | 0.43 |
| Hex | B9 | 98 | 24 | 0 | 12 | 51 | 1B | 2F | 43 | 2B |
| Octal | 271 | 230 | 44 | 0 | 22 | 121 | 33 | 57 | 103 | 53 |
| Binary | 10111001 | 10011000 | 100100 | 0 | 10010 | 1010001 | 11011 | 101111 | 1000011 | 101011 |
Color Harmonies of #B99824
Complementary color
Monochromatic Colors of #B99824
Black with #B99824
Text Example
Text Example
White with #B99824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99824; }
p { color: rgb(185,152,36); }
H1.HeaderClassName
{
color: #B99824;
}
.AnyTagClassName
{
color: #B99824;
}
</style>
background-color css
<style>
a { background-color: #B99824; }
a { background-color: rgb(185,152,36); }
div.DivClassName
{
background-color: #B99824;
}
.BgClassName
{
background-color: #B99824;
}
</style>
border-color css
<style>
span { border-color: #B99824; }
span { border-color: rgb(185,152,36); }
td.TdClassName
{
border-color: #B99824;
}
.TagClassName
{
border-color: #B99824;
}
</style>