Shades of Sahara #B0902C
Tints of Sahara #B0902C
RGB
CMYK
RGB Variations
Color information
#B0902C (or 0xB0902C) is known color: Sahara. HEX triplet: B0, 90 and 2C. RGB value is (176,144,44). Sum of RGB (Red+Green+Blue) = 176+144+44=364 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.35% from 364); Green value is 144 (56.64% from 255 or 39.56% from 364); Blue value is 44 (17.58% from 255 or 12.09% from 364); Max value from RGB is 176 - color contains mainly: red. Hex color #B0902C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B0902C is #4F6FD3. Grayscale: #8E8E8E. Windows color (decimal): -5205972 or 2920624. OLE color: 2920624.
HSL color Cylindrical-coordinate representation of color #B0902C: hue angle of 45.45º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B0902C is Cyan = 0, Magento = 0.18, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 144 | 44 | - |
| CMYK | 0 | 0.18 | 0.75 | 0.31 |
| HSL | 45.45º | 0.6% | 0.43% | - |
| HSV(B) | 45.45º | 0.75% | 0.69% | - |
| XYZ | 28.33 | 29.36 | 6.56 | - |
| YUV | 142.17 | 72.6 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 144 | 44 | 0 | 0.18 | 0.75 | 0.31 | 45.45 | 0.6 | 0.43 |
| Hex | B0 | 90 | 2C | 0 | 12 | 4B | 1F | 2D | 3C | 2B |
| Octal | 260 | 220 | 54 | 0 | 22 | 113 | 37 | 55 | 74 | 53 |
| Binary | 10110000 | 10010000 | 101100 | 0 | 10010 | 1001011 | 11111 | 101101 | 111100 | 101011 |
Color Harmonies of #B0902C
Complementary color
Monochromatic Colors of #B0902C
Black with #B0902C
Text Example
Text Example
White with #B0902C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0902C; }
p { color: rgb(176,144,44); }
H1.HeaderClassName
{
color: #B0902C;
}
.AnyTagClassName
{
color: #B0902C;
}
</style>
background-color css
<style>
a { background-color: #B0902C; }
a { background-color: rgb(176,144,44); }
div.DivClassName
{
background-color: #B0902C;
}
.BgClassName
{
background-color: #B0902C;
}
</style>
border-color css
<style>
span { border-color: #B0902C; }
span { border-color: rgb(176,144,44); }
td.TdClassName
{
border-color: #B0902C;
}
.TagClassName
{
border-color: #B0902C;
}
</style>