Shades of Sahara #BB9F25
Tints of Sahara #BB9F25
RGB
CMYK
RGB Variations
Color information
#BB9F25 (or 0xBB9F25) is known color: Sahara. HEX triplet: BB, 9F and 25. RGB value is (187,159,37). Sum of RGB (Red+Green+Blue) = 187+159+37=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 37 (14.84% from 255 or 9.66% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9F25 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9F25 is #4460DA. Grayscale: #999999. Windows color (decimal): -4481243 or 2465723. OLE color: 2465723.
HSL color Cylindrical-coordinate representation of color #BB9F25: hue angle of 48.8º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB9F25 is Cyan = 0, Magento = 0.15, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 159 | 37 | - |
| CMYK | 0 | 0.15 | 0.80 | 0.27 |
| HSL | 48.8º | 0.67% | 0.44% | - |
| HSV(B) | 48.8º | 0.8% | 0.73% | - |
| XYZ | 33.23 | 35.49 | 6.85 | - |
| YUV | 153.46 | 62.28 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 159 | 37 | 0 | 0.15 | 0.80 | 0.27 | 48.8 | 0.67 | 0.44 |
| Hex | BB | 9F | 25 | 0 | F | 50 | 1B | 31 | 43 | 2C |
| Octal | 273 | 237 | 45 | 0 | 17 | 120 | 33 | 61 | 103 | 54 |
| Binary | 10111011 | 10011111 | 100101 | 0 | 1111 | 1010000 | 11011 | 110001 | 1000011 | 101100 |
Color Harmonies of #BB9F25
Complementary color
Monochromatic Colors of #BB9F25
Black with #BB9F25
Text Example
Text Example
White with #BB9F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9F25; }
p { color: rgb(187,159,37); }
H1.HeaderClassName
{
color: #BB9F25;
}
.AnyTagClassName
{
color: #BB9F25;
}
</style>
background-color css
<style>
a { background-color: #BB9F25; }
a { background-color: rgb(187,159,37); }
div.DivClassName
{
background-color: #BB9F25;
}
.BgClassName
{
background-color: #BB9F25;
}
</style>
border-color css
<style>
span { border-color: #BB9F25; }
span { border-color: rgb(187,159,37); }
td.TdClassName
{
border-color: #BB9F25;
}
.TagClassName
{
border-color: #BB9F25;
}
</style>