Shades of Sahara #B7992D
Tints of Sahara #B7992D
RGB
CMYK
RGB Variations
Color information
#B7992D (or 0xB7992D) is known color: Sahara. HEX triplet: B7, 99 and 2D. RGB value is (183,153,45). Sum of RGB (Red+Green+Blue) = 183+153+45=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 45 (17.97% from 255 or 11.81% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7992D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7992D is #4866D2. Grayscale: #969696. Windows color (decimal): -4744915 or 2988471. OLE color: 2988471.
HSL color Cylindrical-coordinate representation of color #B7992D: hue angle of 46.96º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7992D is Cyan = 0, Magento = 0.16, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 153 | 45 | - |
| CMYK | 0 | 0.16 | 0.75 | 0.28 |
| HSL | 46.96º | 0.61% | 0.45% | - |
| HSV(B) | 46.96º | 0.75% | 0.72% | - |
| XYZ | 31.39 | 33.04 | 7.21 | - |
| YUV | 149.66 | 68.94 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 153 | 45 | 0 | 0.16 | 0.75 | 0.28 | 46.96 | 0.61 | 0.45 |
| Hex | B7 | 99 | 2D | 0 | 10 | 4B | 1C | 2F | 3D | 2D |
| Octal | 267 | 231 | 55 | 0 | 20 | 113 | 34 | 57 | 75 | 55 |
| Binary | 10110111 | 10011001 | 101101 | 0 | 10000 | 1001011 | 11100 | 101111 | 111101 | 101101 |
Color Harmonies of #B7992D
Complementary color
Monochromatic Colors of #B7992D
Black with #B7992D
Text Example
Text Example
White with #B7992D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7992D; }
p { color: rgb(183,153,45); }
H1.HeaderClassName
{
color: #B7992D;
}
.AnyTagClassName
{
color: #B7992D;
}
</style>
background-color css
<style>
a { background-color: #B7992D; }
a { background-color: rgb(183,153,45); }
div.DivClassName
{
background-color: #B7992D;
}
.BgClassName
{
background-color: #B7992D;
}
</style>
border-color css
<style>
span { border-color: #B7992D; }
span { border-color: rgb(183,153,45); }
td.TdClassName
{
border-color: #B7992D;
}
.TagClassName
{
border-color: #B7992D;
}
</style>