Shades of Sahara #B08D24
Tints of Sahara #B08D24
RGB
CMYK
RGB Variations
Color information
#B08D24 (or 0xB08D24) is known color: Sahara. HEX triplet: B0, 8D and 24. RGB value is (176,141,36). Sum of RGB (Red+Green+Blue) = 176+141+36=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 141 (55.47% from 255 or 39.94% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08D24 is #4F72DB. Grayscale: #8B8B8B. Windows color (decimal): -5206748 or 2395568. OLE color: 2395568.
HSL color Cylindrical-coordinate representation of color #B08D24: hue angle of 45º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B08D24 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 141 | 36 | - |
| CMYK | 0 | 0.20 | 0.80 | 0.31 |
| HSL | 45º | 0.66% | 0.42% | - |
| HSV(B) | 45º | 0.8% | 0.69% | - |
| XYZ | 27.75 | 28.41 | 5.69 | - |
| YUV | 139.5 | 69.6 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 36 | 0 | 0.20 | 0.80 | 0.31 | 45 | 0.66 | 0.42 |
| Hex | B0 | 8D | 24 | 0 | 14 | 50 | 1F | 2D | 42 | 2A |
| Octal | 260 | 215 | 44 | 0 | 24 | 120 | 37 | 55 | 102 | 52 |
| Binary | 10110000 | 10001101 | 100100 | 0 | 10100 | 1010000 | 11111 | 101101 | 1000010 | 101010 |
Color Harmonies of #B08D24
Complementary color
Monochromatic Colors of #B08D24
Black with #B08D24
Text Example
Text Example
White with #B08D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08D24; }
p { color: rgb(176,141,36); }
H1.HeaderClassName
{
color: #B08D24;
}
.AnyTagClassName
{
color: #B08D24;
}
</style>
background-color css
<style>
a { background-color: #B08D24; }
a { background-color: rgb(176,141,36); }
div.DivClassName
{
background-color: #B08D24;
}
.BgClassName
{
background-color: #B08D24;
}
</style>
border-color css
<style>
span { border-color: #B08D24; }
span { border-color: rgb(176,141,36); }
td.TdClassName
{
border-color: #B08D24;
}
.TagClassName
{
border-color: #B08D24;
}
</style>