Shades of Sahara #B08C22
Tints of Sahara #B08C22
RGB
CMYK
RGB Variations
Color information
#B08C22 (or 0xB08C22) is known color: Sahara. HEX triplet: B0, 8C and 22. RGB value is (176,140,34). Sum of RGB (Red+Green+Blue) = 176+140+34=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 140 (55.08% from 255 or 40% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B08C22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08C22 is #4F73DD. Grayscale: #8B8B8B. Windows color (decimal): -5207006 or 2264240. OLE color: 2264240.
HSL color Cylindrical-coordinate representation of color #B08C22: hue angle of 44.79º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B08C22 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 140 | 34 | - |
| CMYK | 0 | 0.20 | 0.81 | 0.31 |
| HSL | 44.79º | 0.68% | 0.41% | - |
| HSV(B) | 44.79º | 0.81% | 0.69% | - |
| XYZ | 27.57 | 28.1 | 5.48 | - |
| YUV | 138.68 | 68.93 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 140 | 34 | 0 | 0.20 | 0.81 | 0.31 | 44.79 | 0.68 | 0.41 |
| Hex | B0 | 8C | 22 | 0 | 14 | 51 | 1F | 2D | 44 | 29 |
| Octal | 260 | 214 | 42 | 0 | 24 | 121 | 37 | 55 | 104 | 51 |
| Binary | 10110000 | 10001100 | 100010 | 0 | 10100 | 1010001 | 11111 | 101101 | 1000100 | 101001 |
Color Harmonies of #B08C22
Complementary color
Monochromatic Colors of #B08C22
Black with #B08C22
Text Example
Text Example
White with #B08C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08C22; }
p { color: rgb(176,140,34); }
H1.HeaderClassName
{
color: #B08C22;
}
.AnyTagClassName
{
color: #B08C22;
}
</style>
background-color css
<style>
a { background-color: #B08C22; }
a { background-color: rgb(176,140,34); }
div.DivClassName
{
background-color: #B08C22;
}
.BgClassName
{
background-color: #B08C22;
}
</style>
border-color css
<style>
span { border-color: #B08C22; }
span { border-color: rgb(176,140,34); }
td.TdClassName
{
border-color: #B08C22;
}
.TagClassName
{
border-color: #B08C22;
}
</style>