Shades of Sahara #B7A02B
Tints of Sahara #B7A02B
RGB
CMYK
RGB Variations
Color information
#B7A02B (or 0xB7A02B) is known color: Sahara. HEX triplet: B7, A0 and 2B. RGB value is (183,160,43). Sum of RGB (Red+Green+Blue) = 183+160+43=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 160 (62.89% from 255 or 41.45% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A02B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A02B is #485FD4. Grayscale: #9A9A9A. Windows color (decimal): -4743125 or 2859191. OLE color: 2859191.
HSL color Cylindrical-coordinate representation of color #B7A02B: hue angle of 50.14º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7A02B is Cyan = 0, Magento = 0.13, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 43 | - |
| CMYK | 0 | 0.13 | 0.77 | 0.28 |
| HSL | 50.14º | 0.62% | 0.44% | - |
| HSV(B) | 50.14º | 0.77% | 0.72% | - |
| XYZ | 32.54 | 35.38 | 7.4 | - |
| YUV | 153.54 | 65.62 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 43 | 0 | 0.13 | 0.77 | 0.28 | 50.14 | 0.62 | 0.44 |
| Hex | B7 | A0 | 2B | 0 | D | 4D | 1C | 32 | 3E | 2C |
| Octal | 267 | 240 | 53 | 0 | 15 | 115 | 34 | 62 | 76 | 54 |
| Binary | 10110111 | 10100000 | 101011 | 0 | 1101 | 1001101 | 11100 | 110010 | 111110 | 101100 |
Color Harmonies of #B7A02B
Complementary color
Monochromatic Colors of #B7A02B
Black with #B7A02B
Text Example
Text Example
White with #B7A02B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A02B; }
p { color: rgb(183,160,43); }
H1.HeaderClassName
{
color: #B7A02B;
}
.AnyTagClassName
{
color: #B7A02B;
}
</style>
background-color css
<style>
a { background-color: #B7A02B; }
a { background-color: rgb(183,160,43); }
div.DivClassName
{
background-color: #B7A02B;
}
.BgClassName
{
background-color: #B7A02B;
}
</style>
border-color css
<style>
span { border-color: #B7A02B; }
span { border-color: rgb(183,160,43); }
td.TdClassName
{
border-color: #B7A02B;
}
.TagClassName
{
border-color: #B7A02B;
}
</style>