Shades of Sahara #B8972B
Tints of Sahara #B8972B
RGB
CMYK
RGB Variations
Color information
#B8972B (or 0xB8972B) is known color: Sahara. HEX triplet: B8, 97 and 2B. RGB value is (184,151,43). Sum of RGB (Red+Green+Blue) = 184+151+43=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B8972B is #4768D4. Grayscale: #959595. Windows color (decimal): -4679893 or 2856888. OLE color: 2856888.
HSL color Cylindrical-coordinate representation of color #B8972B: hue angle of 45.96º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8972B is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 151 | 43 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.28 |
| HSL | 45.96º | 0.62% | 0.45% | - |
| HSV(B) | 45.96º | 0.77% | 0.72% | - |
| XYZ | 31.27 | 32.5 | 6.91 | - |
| YUV | 148.56 | 68.43 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 151 | 43 | 0 | 0.18 | 0.77 | 0.28 | 45.96 | 0.62 | 0.45 |
| Hex | B8 | 97 | 2B | 0 | 12 | 4D | 1C | 2E | 3E | 2D |
| Octal | 270 | 227 | 53 | 0 | 22 | 115 | 34 | 56 | 76 | 55 |
| Binary | 10111000 | 10010111 | 101011 | 0 | 10010 | 1001101 | 11100 | 101110 | 111110 | 101101 |
Color Harmonies of #B8972B
Complementary color
Monochromatic Colors of #B8972B
Black with #B8972B
Text Example
Text Example
White with #B8972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8972B; }
p { color: rgb(184,151,43); }
H1.HeaderClassName
{
color: #B8972B;
}
.AnyTagClassName
{
color: #B8972B;
}
</style>
background-color css
<style>
a { background-color: #B8972B; }
a { background-color: rgb(184,151,43); }
div.DivClassName
{
background-color: #B8972B;
}
.BgClassName
{
background-color: #B8972B;
}
</style>
border-color css
<style>
span { border-color: #B8972B; }
span { border-color: rgb(184,151,43); }
td.TdClassName
{
border-color: #B8972B;
}
.TagClassName
{
border-color: #B8972B;
}
</style>