Shades of Sundance #B7A851
Tints of Sundance #B7A851
RGB
CMYK
RGB Variations
Color information
#B7A851 (or 0xB7A851) is known color: Sundance. HEX triplet: B7, A8 and 51. RGB value is (183,168,81). Sum of RGB (Red+Green+Blue) = 183+168+81=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A851 is #4857AE. Grayscale: #A2A2A2. Windows color (decimal): -4741039 or 5351607. OLE color: 5351607.
HSL color Cylindrical-coordinate representation of color #B7A851: hue angle of 51.18º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7A851 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 81 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.28 |
| HSL | 51.18º | 0.41% | 0.52% | - |
| HSV(B) | 51.18º | 0.56% | 0.72% | - |
| XYZ | 35.02 | 38.67 | 13.4 | - |
| YUV | 162.57 | 81.97 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 81 | 0 | 0.08 | 0.56 | 0.28 | 51.18 | 0.41 | 0.52 |
| Hex | B7 | A8 | 51 | 0 | 8 | 38 | 1C | 33 | 29 | 34 |
| Octal | 267 | 250 | 121 | 0 | 10 | 70 | 34 | 63 | 51 | 64 |
| Binary | 10110111 | 10101000 | 1010001 | 0 | 1000 | 111000 | 11100 | 110011 | 101001 | 110100 |
Color Harmonies of #B7A851
Complementary color
Monochromatic Colors of #B7A851
Black with #B7A851
Text Example
Text Example
White with #B7A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A851; }
p { color: rgb(183,168,81); }
H1.HeaderClassName
{
color: #B7A851;
}
.AnyTagClassName
{
color: #B7A851;
}
</style>
background-color css
<style>
a { background-color: #B7A851; }
a { background-color: rgb(183,168,81); }
div.DivClassName
{
background-color: #B7A851;
}
.BgClassName
{
background-color: #B7A851;
}
</style>
border-color css
<style>
span { border-color: #B7A851; }
span { border-color: rgb(183,168,81); }
td.TdClassName
{
border-color: #B7A851;
}
.TagClassName
{
border-color: #B7A851;
}
</style>