Shades of Sahara #BB9F33
Tints of Sahara #BB9F33
RGB
CMYK
RGB Variations
Color information
#BB9F33 (or 0xBB9F33) is known color: Sahara. HEX triplet: BB, 9F and 33. RGB value is (187,159,51). Sum of RGB (Red+Green+Blue) = 187+159+51=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F33 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9F33 is #4460CC. Grayscale: #9B9B9B. Windows color (decimal): -4481229 or 3383227. OLE color: 3383227.
HSL color Cylindrical-coordinate representation of color #BB9F33: hue angle of 47.65º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB9F33 is Cyan = 0, Magento = 0.15, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 51 | - |
| CMYK | 0 | 0.15 | 0.73 | 0.27 |
| HSL | 47.65º | 0.57% | 0.47% | - |
| HSV(B) | 47.65º | 0.73% | 0.73% | - |
| XYZ | 33.49 | 35.6 | 8.24 | - |
| YUV | 155.06 | 69.28 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 51 | 0 | 0.15 | 0.73 | 0.27 | 47.65 | 0.57 | 0.47 |
| Hex | BB | 9F | 33 | 0 | F | 49 | 1B | 30 | 39 | 2F |
| Octal | 273 | 237 | 63 | 0 | 17 | 111 | 33 | 60 | 71 | 57 |
| Binary | 10111011 | 10011111 | 110011 | 0 | 1111 | 1001001 | 11011 | 110000 | 111001 | 101111 |
Color Harmonies of #BB9F33
Complementary color
Monochromatic Colors of #BB9F33
Black with #BB9F33
Text Example
Text Example
White with #BB9F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9F33; }
p { color: rgb(187,159,51); }
H1.HeaderClassName
{
color: #BB9F33;
}
.AnyTagClassName
{
color: #BB9F33;
}
</style>
background-color css
<style>
a { background-color: #BB9F33; }
a { background-color: rgb(187,159,51); }
div.DivClassName
{
background-color: #BB9F33;
}
.BgClassName
{
background-color: #BB9F33;
}
</style>
border-color css
<style>
span { border-color: #BB9F33; }
span { border-color: rgb(187,159,51); }
td.TdClassName
{
border-color: #BB9F33;
}
.TagClassName
{
border-color: #BB9F33;
}
</style>