Shades of Sahara #B99F24
Tints of Sahara #B99F24
RGB
CMYK
RGB Variations
Color information
#B99F24 (or 0xB99F24) is known color: Sahara. HEX triplet: B9, 9F and 24. RGB value is (185,159,36). Sum of RGB (Red+Green+Blue) = 185+159+36=380 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.68% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 36 (14.45% from 255 or 9.47% from 380); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99F24 is #4660DB. Grayscale: #999999. Windows color (decimal): -4612316 or 2400185. OLE color: 2400185.
HSL color Cylindrical-coordinate representation of color #B99F24: hue angle of 49.53º 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 #B99F24 is Cyan = 0, Magento = 0.14, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 159 | 36 | - |
| CMYK | 0 | 0.14 | 0.81 | 0.27 |
| HSL | 49.53º | 0.67% | 0.43% | - |
| HSV(B) | 49.53º | 0.81% | 0.73% | - |
| XYZ | 32.72 | 35.24 | 6.75 | - |
| YUV | 152.75 | 62.11 | 151 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 159 | 36 | 0 | 0.14 | 0.81 | 0.27 | 49.53 | 0.67 | 0.43 |
| Hex | B9 | 9F | 24 | 0 | E | 51 | 1B | 32 | 43 | 2B |
| Octal | 271 | 237 | 44 | 0 | 16 | 121 | 33 | 62 | 103 | 53 |
| Binary | 10111001 | 10011111 | 100100 | 0 | 1110 | 1010001 | 11011 | 110010 | 1000011 | 101011 |
Color Harmonies of #B99F24
Complementary color
Monochromatic Colors of #B99F24
Black with #B99F24
Text Example
Text Example
White with #B99F24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99F24; }
p { color: rgb(185,159,36); }
H1.HeaderClassName
{
color: #B99F24;
}
.AnyTagClassName
{
color: #B99F24;
}
</style>
background-color css
<style>
a { background-color: #B99F24; }
a { background-color: rgb(185,159,36); }
div.DivClassName
{
background-color: #B99F24;
}
.BgClassName
{
background-color: #B99F24;
}
</style>
border-color css
<style>
span { border-color: #B99F24; }
span { border-color: rgb(185,159,36); }
td.TdClassName
{
border-color: #B99F24;
}
.TagClassName
{
border-color: #B99F24;
}
</style>