Shades of Sahara #B7A029
Tints of Sahara #B7A029
RGB
CMYK
RGB Variations
Color information
#B7A029 (or 0xB7A029) is known color: Sahara. HEX triplet: B7, A0 and 29. RGB value is (183,160,41). Sum of RGB (Red+Green+Blue) = 183+160+41=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 160 (62.89% from 255 or 41.67% from 384); Blue value is 41 (16.41% from 255 or 10.68% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A029 is #485FD6. Grayscale: #999999. Windows color (decimal): -4743127 or 2728119. OLE color: 2728119.
HSL color Cylindrical-coordinate representation of color #B7A029: hue angle of 50.28º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B7A029 is Cyan = 0, Magento = 0.13, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 41 | - |
| CMYK | 0 | 0.13 | 0.78 | 0.28 |
| HSL | 50.28º | 0.63% | 0.44% | - |
| HSV(B) | 50.28º | 0.78% | 0.72% | - |
| XYZ | 32.5 | 35.37 | 7.21 | - |
| YUV | 153.31 | 64.62 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 41 | 0 | 0.13 | 0.78 | 0.28 | 50.28 | 0.63 | 0.44 |
| Hex | B7 | A0 | 29 | 0 | D | 4E | 1C | 32 | 3F | 2C |
| Octal | 267 | 240 | 51 | 0 | 15 | 116 | 34 | 62 | 77 | 54 |
| Binary | 10110111 | 10100000 | 101001 | 0 | 1101 | 1001110 | 11100 | 110010 | 111111 | 101100 |
Color Harmonies of #B7A029
Complementary color
Monochromatic Colors of #B7A029
Black with #B7A029
Text Example
Text Example
White with #B7A029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A029; }
p { color: rgb(183,160,41); }
H1.HeaderClassName
{
color: #B7A029;
}
.AnyTagClassName
{
color: #B7A029;
}
</style>
background-color css
<style>
a { background-color: #B7A029; }
a { background-color: rgb(183,160,41); }
div.DivClassName
{
background-color: #B7A029;
}
.BgClassName
{
background-color: #B7A029;
}
</style>
border-color css
<style>
span { border-color: #B7A029; }
span { border-color: rgb(183,160,41); }
td.TdClassName
{
border-color: #B7A029;
}
.TagClassName
{
border-color: #B7A029;
}
</style>