Shades of Sahara #B9972B
Tints of Sahara #B9972B
RGB
CMYK
RGB Variations
Color information
#B9972B (or 0xB9972B) is known color: Sahara. HEX triplet: B9, 97 and 2B. RGB value is (185,151,43). Sum of RGB (Red+Green+Blue) = 185+151+43=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 151 (59.38% from 255 or 39.84% from 379); Blue value is 43 (17.19% from 255 or 11.35% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9972B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B9972B is #4668D4. Grayscale: #959595. Windows color (decimal): -4614357 or 2856889. OLE color: 2856889.
HSL color Cylindrical-coordinate representation of color #B9972B: hue angle of 45.63º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B9972B is Cyan = 0, Magento = 0.18, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 151 | 43 | - |
| CMYK | 0 | 0.18 | 0.77 | 0.27 |
| HSL | 45.63º | 0.62% | 0.45% | - |
| HSV(B) | 45.63º | 0.77% | 0.73% | - |
| XYZ | 31.51 | 32.62 | 6.92 | - |
| YUV | 148.85 | 68.26 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 151 | 43 | 0 | 0.18 | 0.77 | 0.27 | 45.63 | 0.62 | 0.45 |
| Hex | B9 | 97 | 2B | 0 | 12 | 4D | 1B | 2E | 3E | 2D |
| Octal | 271 | 227 | 53 | 0 | 22 | 115 | 33 | 56 | 76 | 55 |
| Binary | 10111001 | 10010111 | 101011 | 0 | 10010 | 1001101 | 11011 | 101110 | 111110 | 101101 |
Color Harmonies of #B9972B
Complementary color
Monochromatic Colors of #B9972B
Black with #B9972B
Text Example
Text Example
White with #B9972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9972B; }
p { color: rgb(185,151,43); }
H1.HeaderClassName
{
color: #B9972B;
}
.AnyTagClassName
{
color: #B9972B;
}
</style>
background-color css
<style>
a { background-color: #B9972B; }
a { background-color: rgb(185,151,43); }
div.DivClassName
{
background-color: #B9972B;
}
.BgClassName
{
background-color: #B9972B;
}
</style>
border-color css
<style>
span { border-color: #B9972B; }
span { border-color: rgb(185,151,43); }
td.TdClassName
{
border-color: #B9972B;
}
.TagClassName
{
border-color: #B9972B;
}
</style>