Shades of Sahara #B08D1E
Tints of Sahara #B08D1E
RGB
CMYK
RGB Variations
Color information
#B08D1E (or 0xB08D1E) is known color: Sahara. HEX triplet: B0, 8D and 1E. RGB value is (176,141,30). Sum of RGB (Red+Green+Blue) = 176+141+30=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 30 (12.11% from 255 or 8.65% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B08D1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08D1E is #4F72E1. Grayscale: #8B8B8B. Windows color (decimal): -5206754 or 2002352. OLE color: 2002352.
HSL color Cylindrical-coordinate representation of color #B08D1E: hue angle of 45.62º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B08D1E is Cyan = 0, Magento = 0.20, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 141 | 30 | - |
| CMYK | 0 | 0.20 | 0.83 | 0.31 |
| HSL | 45.62º | 0.71% | 0.4% | - |
| HSV(B) | 45.62º | 0.83% | 0.69% | - |
| XYZ | 27.66 | 28.37 | 5.25 | - |
| YUV | 138.81 | 66.6 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 141 | 30 | 0 | 0.20 | 0.83 | 0.31 | 45.62 | 0.71 | 0.4 |
| Hex | B0 | 8D | 1E | 0 | 14 | 53 | 1F | 2E | 47 | 28 |
| Octal | 260 | 215 | 36 | 0 | 24 | 123 | 37 | 56 | 107 | 50 |
| Binary | 10110000 | 10001101 | 11110 | 0 | 10100 | 1010011 | 11111 | 101110 | 1000111 | 101000 |
Color Harmonies of #B08D1E
Complementary color
Monochromatic Colors of #B08D1E
Black with #B08D1E
Text Example
Text Example
White with #B08D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08D1E; }
p { color: rgb(176,141,30); }
H1.HeaderClassName
{
color: #B08D1E;
}
.AnyTagClassName
{
color: #B08D1E;
}
</style>
background-color css
<style>
a { background-color: #B08D1E; }
a { background-color: rgb(176,141,30); }
div.DivClassName
{
background-color: #B08D1E;
}
.BgClassName
{
background-color: #B08D1E;
}
</style>
border-color css
<style>
span { border-color: #B08D1E; }
span { border-color: rgb(176,141,30); }
td.TdClassName
{
border-color: #B08D1E;
}
.TagClassName
{
border-color: #B08D1E;
}
</style>