Shades of Sahara #B7A12E
Tints of Sahara #B7A12E
RGB
CMYK
RGB Variations
Color information
#B7A12E (or 0xB7A12E) is known color: Sahara. HEX triplet: B7, A1 and 2E. RGB value is (183,161,46). Sum of RGB (Red+Green+Blue) = 183+161+46=390 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.92% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 46 (18.36% from 255 or 11.79% from 390); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A12E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A12E is #485ED1. Grayscale: #9A9A9A. Windows color (decimal): -4742866 or 3056055. OLE color: 3056055.
HSL color Cylindrical-coordinate representation of color #B7A12E: hue angle of 50.36º degrees, saturation: 0.6, 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 #B7A12E is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 161 | 46 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.28 |
| HSL | 50.36º | 0.6% | 0.45% | - |
| HSV(B) | 50.36º | 0.75% | 0.72% | - |
| XYZ | 32.77 | 35.75 | 7.76 | - |
| YUV | 154.47 | 66.79 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 161 | 46 | 0 | 0.12 | 0.75 | 0.28 | 50.36 | 0.6 | 0.45 |
| Hex | B7 | A1 | 2E | 0 | C | 4B | 1C | 32 | 3C | 2D |
| Octal | 267 | 241 | 56 | 0 | 14 | 113 | 34 | 62 | 74 | 55 |
| Binary | 10110111 | 10100001 | 101110 | 0 | 1100 | 1001011 | 11100 | 110010 | 111100 | 101101 |
Color Harmonies of #B7A12E
Complementary color
Monochromatic Colors of #B7A12E
Black with #B7A12E
Text Example
Text Example
White with #B7A12E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A12E; }
p { color: rgb(183,161,46); }
H1.HeaderClassName
{
color: #B7A12E;
}
.AnyTagClassName
{
color: #B7A12E;
}
</style>
background-color css
<style>
a { background-color: #B7A12E; }
a { background-color: rgb(183,161,46); }
div.DivClassName
{
background-color: #B7A12E;
}
.BgClassName
{
background-color: #B7A12E;
}
</style>
border-color css
<style>
span { border-color: #B7A12E; }
span { border-color: rgb(183,161,46); }
td.TdClassName
{
border-color: #B7A12E;
}
.TagClassName
{
border-color: #B7A12E;
}
</style>