Shades of Sahara #BB9C2F
Tints of Sahara #BB9C2F
RGB
CMYK
RGB Variations
Color information
#BB9C2F (or 0xBB9C2F) is known color: Sahara. HEX triplet: BB, 9C and 2F. RGB value is (187,156,47). Sum of RGB (Red+Green+Blue) = 187+156+47=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 156 (61.33% from 255 or 40% from 390); Blue value is 47 (18.75% from 255 or 12.05% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9C2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9C2F is #4463D0. Grayscale: #999999. Windows color (decimal): -4482001 or 3120315. OLE color: 3120315.
HSL color Cylindrical-coordinate representation of color #BB9C2F: hue angle of 46.71º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BB9C2F is Cyan = 0, Magento = 0.17, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 156 | 47 | - |
| CMYK | 0 | 0.17 | 0.75 | 0.27 |
| HSL | 46.71º | 0.6% | 0.46% | - |
| HSV(B) | 46.71º | 0.75% | 0.73% | - |
| XYZ | 32.9 | 34.55 | 7.62 | - |
| YUV | 152.84 | 68.27 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 156 | 47 | 0 | 0.17 | 0.75 | 0.27 | 46.71 | 0.6 | 0.46 |
| Hex | BB | 9C | 2F | 0 | 11 | 4B | 1B | 2F | 3C | 2E |
| Octal | 273 | 234 | 57 | 0 | 21 | 113 | 33 | 57 | 74 | 56 |
| Binary | 10111011 | 10011100 | 101111 | 0 | 10001 | 1001011 | 11011 | 101111 | 111100 | 101110 |
Color Harmonies of #BB9C2F
Complementary color
Monochromatic Colors of #BB9C2F
Black with #BB9C2F
Text Example
Text Example
White with #BB9C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9C2F; }
p { color: rgb(187,156,47); }
H1.HeaderClassName
{
color: #BB9C2F;
}
.AnyTagClassName
{
color: #BB9C2F;
}
</style>
background-color css
<style>
a { background-color: #BB9C2F; }
a { background-color: rgb(187,156,47); }
div.DivClassName
{
background-color: #BB9C2F;
}
.BgClassName
{
background-color: #BB9C2F;
}
</style>
border-color css
<style>
span { border-color: #BB9C2F; }
span { border-color: rgb(187,156,47); }
td.TdClassName
{
border-color: #BB9C2F;
}
.TagClassName
{
border-color: #BB9C2F;
}
</style>