Shades of Sahara #B08C1C
Tints of Sahara #B08C1C
RGB
CMYK
RGB Variations
Color information
#B08C1C (or 0xB08C1C) is known color: Sahara. HEX triplet: B0, 8C and 1C. RGB value is (176,140,28). Sum of RGB (Red+Green+Blue) = 176+140+28=344 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.16% from 344); Green value is 140 (55.08% from 255 or 40.70% from 344); Blue value is 28 (11.33% from 255 or 8.14% from 344); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C1C is #4F73E3. Grayscale: #8A8A8A. Windows color (decimal): -5207012 or 1871024. OLE color: 1871024.
HSL color Cylindrical-coordinate representation of color #B08C1C: hue angle of 45.41º 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 #B08C1C is Cyan = 0, Magento = 0.20, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 28 | - |
| CMYK | 0 | 0.20 | 0.84 | 0.31 |
| HSL | 45.41º | 0.73% | 0.4% | - |
| HSV(B) | 45.41º | 0.84% | 0.69% | - |
| XYZ | 27.49 | 28.07 | 5.07 | - |
| YUV | 138 | 65.93 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 28 | 0 | 0.20 | 0.84 | 0.31 | 45.41 | 0.73 | 0.4 |
| Hex | B0 | 8C | 1C | 0 | 14 | 54 | 1F | 2D | 49 | 28 |
| Octal | 260 | 214 | 34 | 0 | 24 | 124 | 37 | 55 | 111 | 50 |
| Binary | 10110000 | 10001100 | 11100 | 0 | 10100 | 1010100 | 11111 | 101101 | 1001001 | 101000 |
Color Harmonies of #B08C1C
Complementary color
Monochromatic Colors of #B08C1C
Black with #B08C1C
Text Example
Text Example
White with #B08C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C1C; }
p { color: rgb(176,140,28); }
H1.HeaderClassName
{
color: #B08C1C;
}
.AnyTagClassName
{
color: #B08C1C;
}
</style>
background-color css
<style>
a { background-color: #B08C1C; }
a { background-color: rgb(176,140,28); }
div.DivClassName
{
background-color: #B08C1C;
}
.BgClassName
{
background-color: #B08C1C;
}
</style>
border-color css
<style>
span { border-color: #B08C1C; }
span { border-color: rgb(176,140,28); }
td.TdClassName
{
border-color: #B08C1C;
}
.TagClassName
{
border-color: #B08C1C;
}
</style>