Shades of Sahara #B7A027
Tints of Sahara #B7A027
RGB
CMYK
RGB Variations
Color information
#B7A027 (or 0xB7A027) is known color: Sahara. HEX triplet: B7, A0 and 27. RGB value is (183,160,39). Sum of RGB (Red+Green+Blue) = 183+160+39=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 39 (15.62% from 255 or 10.21% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7A027 is #485FD8. Grayscale: #999999. Windows color (decimal): -4743129 or 2597047. OLE color: 2597047.
HSL color Cylindrical-coordinate representation of color #B7A027: hue angle of 50.42º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B7A027 is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 160 | 39 | - |
| CMYK | 0 | 0.13 | 0.79 | 0.28 |
| HSL | 50.42º | 0.65% | 0.44% | - |
| HSV(B) | 50.42º | 0.79% | 0.72% | - |
| XYZ | 32.47 | 35.36 | 7.03 | - |
| YUV | 153.08 | 63.62 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 39 | 0 | 0.13 | 0.79 | 0.28 | 50.42 | 0.65 | 0.44 |
| Hex | B7 | A0 | 27 | 0 | D | 4F | 1C | 32 | 41 | 2C |
| Octal | 267 | 240 | 47 | 0 | 15 | 117 | 34 | 62 | 101 | 54 |
| Binary | 10110111 | 10100000 | 100111 | 0 | 1101 | 1001111 | 11100 | 110010 | 1000001 | 101100 |
Color Harmonies of #B7A027
Complementary color
Monochromatic Colors of #B7A027
Black with #B7A027
Text Example
Text Example
White with #B7A027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A027; }
p { color: rgb(183,160,39); }
H1.HeaderClassName
{
color: #B7A027;
}
.AnyTagClassName
{
color: #B7A027;
}
</style>
background-color css
<style>
a { background-color: #B7A027; }
a { background-color: rgb(183,160,39); }
div.DivClassName
{
background-color: #B7A027;
}
.BgClassName
{
background-color: #B7A027;
}
</style>
border-color css
<style>
span { border-color: #B7A027; }
span { border-color: rgb(183,160,39); }
td.TdClassName
{
border-color: #B7A027;
}
.TagClassName
{
border-color: #B7A027;
}
</style>