Shades of Sahara #B08A1F
Tints of Sahara #B08A1F
RGB
CMYK
RGB Variations
Color information
#B08A1F (or 0xB08A1F) is known color: Sahara. HEX triplet: B0, 8A and 1F. RGB value is (176,138,31). Sum of RGB (Red+Green+Blue) = 176+138+31=345 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.01% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 31 (12.5% from 255 or 8.99% from 345); Max value from RGB is 176 - color contains mainly: red. Hex color #B08A1F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08A1F is #4F75E0. Grayscale: #898989. Windows color (decimal): -5207521 or 2067120. OLE color: 2067120.
HSL color Cylindrical-coordinate representation of color #B08A1F: hue angle of 44.28º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B08A1F is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 138 | 31 | - |
| CMYK | 0 | 0.22 | 0.82 | 0.31 |
| HSL | 44.28º | 0.7% | 0.41% | - |
| HSV(B) | 44.28º | 0.82% | 0.69% | - |
| XYZ | 27.24 | 27.51 | 5.17 | - |
| YUV | 137.16 | 68.09 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 138 | 31 | 0 | 0.22 | 0.82 | 0.31 | 44.28 | 0.7 | 0.41 |
| Hex | B0 | 8A | 1F | 0 | 16 | 52 | 1F | 2C | 46 | 29 |
| Octal | 260 | 212 | 37 | 0 | 26 | 122 | 37 | 54 | 106 | 51 |
| Binary | 10110000 | 10001010 | 11111 | 0 | 10110 | 1010010 | 11111 | 101100 | 1000110 | 101001 |
Color Harmonies of #B08A1F
Complementary color
Monochromatic Colors of #B08A1F
Black with #B08A1F
Text Example
Text Example
White with #B08A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08A1F; }
p { color: rgb(176,138,31); }
H1.HeaderClassName
{
color: #B08A1F;
}
.AnyTagClassName
{
color: #B08A1F;
}
</style>
background-color css
<style>
a { background-color: #B08A1F; }
a { background-color: rgb(176,138,31); }
div.DivClassName
{
background-color: #B08A1F;
}
.BgClassName
{
background-color: #B08A1F;
}
</style>
border-color css
<style>
span { border-color: #B08A1F; }
span { border-color: rgb(176,138,31); }
td.TdClassName
{
border-color: #B08A1F;
}
.TagClassName
{
border-color: #B08A1F;
}
</style>