Shades of Sahara #B09F28
Tints of Sahara #B09F28
RGB
CMYK
RGB Variations
Color information
#B09F28 (or 0xB09F28) is known color: Sahara. HEX triplet: B0, 9F and 28. RGB value is (176,159,40). Sum of RGB (Red+Green+Blue) = 176+159+40=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 40 (16.02% from 255 or 10.67% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B09F28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B09F28 is #4F60D7. Grayscale: #979797. Windows color (decimal): -5202136 or 2662320. OLE color: 2662320.
HSL color Cylindrical-coordinate representation of color #B09F28: hue angle of 52.5º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B09F28 is Cyan = 0, Magento = 0.10, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 159 | 40 | - |
| CMYK | 0 | 0.10 | 0.77 | 0.31 |
| HSL | 52.5º | 0.63% | 0.42% | - |
| HSV(B) | 52.5º | 0.77% | 0.69% | - |
| XYZ | 30.69 | 34.18 | 6.99 | - |
| YUV | 150.52 | 65.63 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 159 | 40 | 0 | 0.10 | 0.77 | 0.31 | 52.5 | 0.63 | 0.42 |
| Hex | B0 | 9F | 28 | 0 | A | 4D | 1F | 34 | 3F | 2A |
| Octal | 260 | 237 | 50 | 0 | 12 | 115 | 37 | 64 | 77 | 52 |
| Binary | 10110000 | 10011111 | 101000 | 0 | 1010 | 1001101 | 11111 | 110100 | 111111 | 101010 |
Color Harmonies of #B09F28
Complementary color
Monochromatic Colors of #B09F28
Black with #B09F28
Text Example
Text Example
White with #B09F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B09F28; }
p { color: rgb(176,159,40); }
H1.HeaderClassName
{
color: #B09F28;
}
.AnyTagClassName
{
color: #B09F28;
}
</style>
background-color css
<style>
a { background-color: #B09F28; }
a { background-color: rgb(176,159,40); }
div.DivClassName
{
background-color: #B09F28;
}
.BgClassName
{
background-color: #B09F28;
}
</style>
border-color css
<style>
span { border-color: #B09F28; }
span { border-color: rgb(176,159,40); }
td.TdClassName
{
border-color: #B09F28;
}
.TagClassName
{
border-color: #B09F28;
}
</style>