Shades of Sahara #B08A1E
Tints of Sahara #B08A1E
RGB
CMYK
RGB Variations
Color information
#B08A1E (or 0xB08A1E) is known color: Sahara. HEX triplet: B0, 8A and 1E. RGB value is (176,138,30). Sum of RGB (Red+Green+Blue) = 176+138+30=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 138 (54.30% from 255 or 40.12% from 344); Blue value is 30 (12.11% from 255 or 8.72% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08A1E is #4F75E1. Grayscale: #898989. Windows color (decimal): -5207522 or 2001584. OLE color: 2001584.
HSL color Cylindrical-coordinate representation of color #B08A1E: hue angle of 44.38º 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 #B08A1E is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 30 | - |
| CMYK | 0 | 0.22 | 0.83 | 0.31 |
| HSL | 44.38º | 0.71% | 0.4% | - |
| HSV(B) | 44.38º | 0.83% | 0.69% | - |
| XYZ | 27.23 | 27.5 | 5.1 | - |
| YUV | 137.05 | 67.59 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 30 | 0 | 0.22 | 0.83 | 0.31 | 44.38 | 0.71 | 0.4 |
| Hex | B0 | 8A | 1E | 0 | 16 | 53 | 1F | 2C | 47 | 28 |
| Octal | 260 | 212 | 36 | 0 | 26 | 123 | 37 | 54 | 107 | 50 |
| Binary | 10110000 | 10001010 | 11110 | 0 | 10110 | 1010011 | 11111 | 101100 | 1000111 | 101000 |
Color Harmonies of #B08A1E
Complementary color
Monochromatic Colors of #B08A1E
Black with #B08A1E
Text Example
Text Example
White with #B08A1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A1E; }
p { color: rgb(176,138,30); }
H1.HeaderClassName
{
color: #B08A1E;
}
.AnyTagClassName
{
color: #B08A1E;
}
</style>
background-color css
<style>
a { background-color: #B08A1E; }
a { background-color: rgb(176,138,30); }
div.DivClassName
{
background-color: #B08A1E;
}
.BgClassName
{
background-color: #B08A1E;
}
</style>
border-color css
<style>
span { border-color: #B08A1E; }
span { border-color: rgb(176,138,30); }
td.TdClassName
{
border-color: #B08A1E;
}
.TagClassName
{
border-color: #B08A1E;
}
</style>