Shades of Sahara #BB9F31
Tints of Sahara #BB9F31
RGB
CMYK
RGB Variations
Color information
#BB9F31 (or 0xBB9F31) is known color: Sahara. HEX triplet: BB, 9F and 31. RGB value is (187,159,49). Sum of RGB (Red+Green+Blue) = 187+159+49=395 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.34% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 49 (19.53% from 255 or 12.41% from 395); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9F31 is #4460CE. Grayscale: #9B9B9B. Windows color (decimal): -4481231 or 3252155. OLE color: 3252155.
HSL color Cylindrical-coordinate representation of color #BB9F31: hue angle of 47.83º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BB9F31 is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 49 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.27 |
| HSL | 47.83º | 0.58% | 0.46% | - |
| HSV(B) | 47.83º | 0.74% | 0.73% | - |
| XYZ | 33.45 | 35.58 | 8.01 | - |
| YUV | 154.83 | 68.28 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 49 | 0 | 0.15 | 0.74 | 0.27 | 47.83 | 0.58 | 0.46 |
| Hex | BB | 9F | 31 | 0 | F | 4A | 1B | 30 | 3A | 2E |
| Octal | 273 | 237 | 61 | 0 | 17 | 112 | 33 | 60 | 72 | 56 |
| Binary | 10111011 | 10011111 | 110001 | 0 | 1111 | 1001010 | 11011 | 110000 | 111010 | 101110 |
Color Harmonies of #BB9F31
Complementary color
Monochromatic Colors of #BB9F31
Black with #BB9F31
Text Example
Text Example
White with #BB9F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9F31; }
p { color: rgb(187,159,49); }
H1.HeaderClassName
{
color: #BB9F31;
}
.AnyTagClassName
{
color: #BB9F31;
}
</style>
background-color css
<style>
a { background-color: #BB9F31; }
a { background-color: rgb(187,159,49); }
div.DivClassName
{
background-color: #BB9F31;
}
.BgClassName
{
background-color: #BB9F31;
}
</style>
border-color css
<style>
span { border-color: #BB9F31; }
span { border-color: rgb(187,159,49); }
td.TdClassName
{
border-color: #BB9F31;
}
.TagClassName
{
border-color: #BB9F31;
}
</style>