Shades of Sahara #B7A030
Tints of Sahara #B7A030
RGB
CMYK
RGB Variations
Color information
#B7A030 (or 0xB7A030) is known color: Sahara. HEX triplet: B7, A0 and 30. RGB value is (183,160,48). Sum of RGB (Red+Green+Blue) = 183+160+48=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 160 (62.89% from 255 or 40.92% from 391); Blue value is 48 (19.14% from 255 or 12.28% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A030 is #485FCF. Grayscale: #9A9A9A. Windows color (decimal): -4743120 or 3186871. OLE color: 3186871.
HSL color Cylindrical-coordinate representation of color #B7A030: hue angle of 49.78º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B7A030 is Cyan = 0, Magento = 0.13, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 48 | - |
| CMYK | 0 | 0.13 | 0.74 | 0.28 |
| HSL | 49.78º | 0.58% | 0.45% | - |
| HSV(B) | 49.78º | 0.74% | 0.72% | - |
| XYZ | 32.63 | 35.42 | 7.91 | - |
| YUV | 154.11 | 68.12 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 48 | 0 | 0.13 | 0.74 | 0.28 | 49.78 | 0.58 | 0.45 |
| Hex | B7 | A0 | 30 | 0 | D | 4A | 1C | 32 | 3A | 2D |
| Octal | 267 | 240 | 60 | 0 | 15 | 112 | 34 | 62 | 72 | 55 |
| Binary | 10110111 | 10100000 | 110000 | 0 | 1101 | 1001010 | 11100 | 110010 | 111010 | 101101 |
Color Harmonies of #B7A030
Complementary color
Monochromatic Colors of #B7A030
Black with #B7A030
Text Example
Text Example
White with #B7A030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A030; }
p { color: rgb(183,160,48); }
H1.HeaderClassName
{
color: #B7A030;
}
.AnyTagClassName
{
color: #B7A030;
}
</style>
background-color css
<style>
a { background-color: #B7A030; }
a { background-color: rgb(183,160,48); }
div.DivClassName
{
background-color: #B7A030;
}
.BgClassName
{
background-color: #B7A030;
}
</style>
border-color css
<style>
span { border-color: #B7A030; }
span { border-color: rgb(183,160,48); }
td.TdClassName
{
border-color: #B7A030;
}
.TagClassName
{
border-color: #B7A030;
}
</style>