Shades of Sahara #B7972C
Tints of Sahara #B7972C
RGB
CMYK
RGB Variations
Color information
#B7972C (or 0xB7972C) is known color: Sahara. HEX triplet: B7, 97 and 2C. RGB value is (183,151,44). Sum of RGB (Red+Green+Blue) = 183+151+44=378 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.41% from 378); Green value is 151 (59.38% from 255 or 39.95% from 378); Blue value is 44 (17.58% from 255 or 11.64% from 378); Max value from RGB is 183 - color contains mainly: red. Hex color #B7972C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7972C is #4868D3. Grayscale: #949494. Windows color (decimal): -4745428 or 2922423. OLE color: 2922423.
HSL color Cylindrical-coordinate representation of color #B7972C: hue angle of 46.19º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B7972C is Cyan = 0, Magento = 0.17, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 151 | 44 | - |
| CMYK | 0 | 0.17 | 0.76 | 0.28 |
| HSL | 46.19º | 0.61% | 0.45% | - |
| HSV(B) | 46.19º | 0.76% | 0.72% | - |
| XYZ | 31.05 | 32.38 | 7 | - |
| YUV | 148.37 | 69.1 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 151 | 44 | 0 | 0.17 | 0.76 | 0.28 | 46.19 | 0.61 | 0.45 |
| Hex | B7 | 97 | 2C | 0 | 11 | 4C | 1C | 2E | 3D | 2D |
| Octal | 267 | 227 | 54 | 0 | 21 | 114 | 34 | 56 | 75 | 55 |
| Binary | 10110111 | 10010111 | 101100 | 0 | 10001 | 1001100 | 11100 | 101110 | 111101 | 101101 |
Color Harmonies of #B7972C
Complementary color
Monochromatic Colors of #B7972C
Black with #B7972C
Text Example
Text Example
White with #B7972C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7972C; }
p { color: rgb(183,151,44); }
H1.HeaderClassName
{
color: #B7972C;
}
.AnyTagClassName
{
color: #B7972C;
}
</style>
background-color css
<style>
a { background-color: #B7972C; }
a { background-color: rgb(183,151,44); }
div.DivClassName
{
background-color: #B7972C;
}
.BgClassName
{
background-color: #B7972C;
}
</style>
border-color css
<style>
span { border-color: #B7972C; }
span { border-color: rgb(183,151,44); }
td.TdClassName
{
border-color: #B7972C;
}
.TagClassName
{
border-color: #B7972C;
}
</style>