Shades of Sahara #B99528
Tints of Sahara #B99528
RGB
CMYK
RGB Variations
Color information
#B99528 (or 0xB99528) is known color: Sahara. HEX triplet: B9, 95 and 28. RGB value is (185,149,40). Sum of RGB (Red+Green+Blue) = 185+149+40=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 149 (58.59% from 255 or 39.84% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B99528 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B99528 is #466AD7. Grayscale: #939393. Windows color (decimal): -4614872 or 2659769. OLE color: 2659769.
HSL color Cylindrical-coordinate representation of color #B99528: hue angle of 45.1º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B99528 is Cyan = 0, Magento = 0.19, Yellow = 0.78 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 149 | 40 | - |
| CMYK | 0 | 0.19 | 0.78 | 0.27 |
| HSL | 45.1º | 0.64% | 0.44% | - |
| HSV(B) | 45.1º | 0.78% | 0.73% | - |
| XYZ | 31.14 | 31.96 | 6.54 | - |
| YUV | 147.34 | 67.43 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 149 | 40 | 0 | 0.19 | 0.78 | 0.27 | 45.1 | 0.64 | 0.44 |
| Hex | B9 | 95 | 28 | 0 | 13 | 4E | 1B | 2D | 40 | 2C |
| Octal | 271 | 225 | 50 | 0 | 23 | 116 | 33 | 55 | 100 | 54 |
| Binary | 10111001 | 10010101 | 101000 | 0 | 10011 | 1001110 | 11011 | 101101 | 1000000 | 101100 |
Color Harmonies of #B99528
Complementary color
Monochromatic Colors of #B99528
Black with #B99528
Text Example
Text Example
White with #B99528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B99528; }
p { color: rgb(185,149,40); }
H1.HeaderClassName
{
color: #B99528;
}
.AnyTagClassName
{
color: #B99528;
}
</style>
background-color css
<style>
a { background-color: #B99528; }
a { background-color: rgb(185,149,40); }
div.DivClassName
{
background-color: #B99528;
}
.BgClassName
{
background-color: #B99528;
}
</style>
border-color css
<style>
span { border-color: #B99528; }
span { border-color: rgb(185,149,40); }
td.TdClassName
{
border-color: #B99528;
}
.TagClassName
{
border-color: #B99528;
}
</style>