Shades of Sahara #BB9725
Tints of Sahara #BB9725
RGB
CMYK
RGB Variations
Color information
#BB9725 (or 0xBB9725) is known color: Sahara. HEX triplet: BB, 97 and 25. RGB value is (187,151,37). Sum of RGB (Red+Green+Blue) = 187+151+37=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 151 (59.38% from 255 or 40.27% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9725 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BB9725 is #4468DA. Grayscale: #959595. Windows color (decimal): -4483291 or 2463675. OLE color: 2463675.
HSL color Cylindrical-coordinate representation of color #BB9725: hue angle of 45.6º 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 #BB9725 is Cyan = 0, Magento = 0.19, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 187 | 151 | 37 | - |
| CMYK | 0 | 0.19 | 0.80 | 0.27 |
| HSL | 45.6º | 0.67% | 0.44% | - |
| HSV(B) | 45.6º | 0.8% | 0.73% | - |
| XYZ | 31.89 | 32.83 | 6.41 | - |
| YUV | 148.77 | 64.93 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 151 | 37 | 0 | 0.19 | 0.80 | 0.27 | 45.6 | 0.67 | 0.44 |
| Hex | BB | 97 | 25 | 0 | 13 | 50 | 1B | 2E | 43 | 2C |
| Octal | 273 | 227 | 45 | 0 | 23 | 120 | 33 | 56 | 103 | 54 |
| Binary | 10111011 | 10010111 | 100101 | 0 | 10011 | 1010000 | 11011 | 101110 | 1000011 | 101100 |
Color Harmonies of #BB9725
Complementary color
Monochromatic Colors of #BB9725
Black with #BB9725
Text Example
Text Example
White with #BB9725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB9725; }
p { color: rgb(187,151,37); }
H1.HeaderClassName
{
color: #BB9725;
}
.AnyTagClassName
{
color: #BB9725;
}
</style>
background-color css
<style>
a { background-color: #BB9725; }
a { background-color: rgb(187,151,37); }
div.DivClassName
{
background-color: #BB9725;
}
.BgClassName
{
background-color: #BB9725;
}
</style>
border-color css
<style>
span { border-color: #BB9725; }
span { border-color: rgb(187,151,37); }
td.TdClassName
{
border-color: #BB9725;
}
.TagClassName
{
border-color: #BB9725;
}
</style>