Shades of Sahara #B99E2F
Tints of Sahara #B99E2F
RGB
CMYK
RGB Variations
Color information
#B99E2F (or 0xB99E2F) is known color: Sahara. HEX triplet: B9, 9E and 2F. RGB value is (185,158,47). Sum of RGB (Red+Green+Blue) = 185+158+47=390 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.44% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 185 - color contains mainly: red. Hex color #B99E2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99E2F is #4661D0. Grayscale: #999999. Windows color (decimal): -4612561 or 3120825. OLE color: 3120825.
HSL color Cylindrical-coordinate representation of color #B99E2F: hue angle of 48.26º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B99E2F is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 158 | 47 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.27 |
| HSL | 48.26º | 0.59% | 0.45% | - |
| HSV(B) | 48.26º | 0.75% | 0.73% | - |
| XYZ | 32.75 | 34.97 | 7.71 | - |
| YUV | 153.42 | 67.95 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 158 | 47 | 0 | 0.15 | 0.75 | 0.27 | 48.26 | 0.59 | 0.45 |
| Hex | B9 | 9E | 2F | 0 | F | 4B | 1B | 30 | 3B | 2D |
| Octal | 271 | 236 | 57 | 0 | 17 | 113 | 33 | 60 | 73 | 55 |
| Binary | 10111001 | 10011110 | 101111 | 0 | 1111 | 1001011 | 11011 | 110000 | 111011 | 101101 |
Color Harmonies of #B99E2F
Complementary color
Monochromatic Colors of #B99E2F
Black with #B99E2F
Text Example
Text Example
White with #B99E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99E2F; }
p { color: rgb(185,158,47); }
H1.HeaderClassName
{
color: #B99E2F;
}
.AnyTagClassName
{
color: #B99E2F;
}
</style>
background-color css
<style>
a { background-color: #B99E2F; }
a { background-color: rgb(185,158,47); }
div.DivClassName
{
background-color: #B99E2F;
}
.BgClassName
{
background-color: #B99E2F;
}
</style>
border-color css
<style>
span { border-color: #B99E2F; }
span { border-color: rgb(185,158,47); }
td.TdClassName
{
border-color: #B99E2F;
}
.TagClassName
{
border-color: #B99E2F;
}
</style>