Shades of Sahara #B08A1C
Tints of Sahara #B08A1C
RGB
CMYK
RGB Variations
Color information
#B08A1C (or 0xB08A1C) is known color: Sahara. HEX triplet: B0, 8A and 1C. RGB value is (176,138,28). Sum of RGB (Red+Green+Blue) = 176+138+28=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 138 (54.30% from 255 or 40.35% from 342); Blue value is 28 (11.33% from 255 or 8.19% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08A1C is #4F75E3. Grayscale: #898989. Windows color (decimal): -5207524 or 1870512. OLE color: 1870512.
HSL color Cylindrical-coordinate representation of color #B08A1C: hue angle of 44.59º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B08A1C is Cyan = 0, Magento = 0.22, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 28 | - |
| CMYK | 0 | 0.22 | 0.84 | 0.31 |
| HSL | 44.59º | 0.73% | 0.4% | - |
| HSV(B) | 44.59º | 0.84% | 0.69% | - |
| XYZ | 27.2 | 27.49 | 4.97 | - |
| YUV | 136.82 | 66.59 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 28 | 0 | 0.22 | 0.84 | 0.31 | 44.59 | 0.73 | 0.4 |
| Hex | B0 | 8A | 1C | 0 | 16 | 54 | 1F | 2D | 49 | 28 |
| Octal | 260 | 212 | 34 | 0 | 26 | 124 | 37 | 55 | 111 | 50 |
| Binary | 10110000 | 10001010 | 11100 | 0 | 10110 | 1010100 | 11111 | 101101 | 1001001 | 101000 |
Color Harmonies of #B08A1C
Complementary color
Monochromatic Colors of #B08A1C
Black with #B08A1C
Text Example
Text Example
White with #B08A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A1C; }
p { color: rgb(176,138,28); }
H1.HeaderClassName
{
color: #B08A1C;
}
.AnyTagClassName
{
color: #B08A1C;
}
</style>
background-color css
<style>
a { background-color: #B08A1C; }
a { background-color: rgb(176,138,28); }
div.DivClassName
{
background-color: #B08A1C;
}
.BgClassName
{
background-color: #B08A1C;
}
</style>
border-color css
<style>
span { border-color: #B08A1C; }
span { border-color: rgb(176,138,28); }
td.TdClassName
{
border-color: #B08A1C;
}
.TagClassName
{
border-color: #B08A1C;
}
</style>