Shades of Sahara #B08F2B
Tints of Sahara #B08F2B
RGB
CMYK
RGB Variations
Color information
#B08F2B (or 0xB08F2B) is known color: Sahara. HEX triplet: B0, 8F and 2B. RGB value is (176,143,43). Sum of RGB (Red+Green+Blue) = 176+143+43=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 43 (17.19% from 255 or 11.88% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B08F2B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #B08F2B is #4F70D4. Grayscale: #8D8D8D. Windows color (decimal): -5206229 or 2854832. OLE color: 2854832.
HSL color Cylindrical-coordinate representation of color #B08F2B: hue angle of 45.11º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B08F2B is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 143 | 43 | - |
| CMYK | 0 | 0.19 | 0.76 | 0.31 |
| HSL | 45.11º | 0.61% | 0.43% | - |
| HSV(B) | 45.11º | 0.76% | 0.69% | - |
| XYZ | 28.16 | 29.05 | 6.41 | - |
| YUV | 141.47 | 72.43 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 143 | 43 | 0 | 0.19 | 0.76 | 0.31 | 45.11 | 0.61 | 0.43 |
| Hex | B0 | 8F | 2B | 0 | 13 | 4C | 1F | 2D | 3D | 2B |
| Octal | 260 | 217 | 53 | 0 | 23 | 114 | 37 | 55 | 75 | 53 |
| Binary | 10110000 | 10001111 | 101011 | 0 | 10011 | 1001100 | 11111 | 101101 | 111101 | 101011 |
Color Harmonies of #B08F2B
Complementary color
Monochromatic Colors of #B08F2B
Black with #B08F2B
Text Example
Text Example
White with #B08F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B08F2B; }
p { color: rgb(176,143,43); }
H1.HeaderClassName
{
color: #B08F2B;
}
.AnyTagClassName
{
color: #B08F2B;
}
</style>
background-color css
<style>
a { background-color: #B08F2B; }
a { background-color: rgb(176,143,43); }
div.DivClassName
{
background-color: #B08F2B;
}
.BgClassName
{
background-color: #B08F2B;
}
</style>
border-color css
<style>
span { border-color: #B08F2B; }
span { border-color: rgb(176,143,43); }
td.TdClassName
{
border-color: #B08F2B;
}
.TagClassName
{
border-color: #B08F2B;
}
</style>