Shades of Sundance #B7A852
Tints of Sundance #B7A852
RGB
CMYK
RGB Variations
Color information
#B7A852 (or 0xB7A852) is known color: Sundance. HEX triplet: B7, A8 and 52. RGB value is (183,168,82). Sum of RGB (Red+Green+Blue) = 183+168+82=433 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.26% from 433); Green value is 168 (66.02% from 255 or 38.80% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7A852 is #4857AD. Grayscale: #A3A3A3. Windows color (decimal): -4741038 or 5417143. OLE color: 5417143.
HSL color Cylindrical-coordinate representation of color #B7A852: hue angle of 51.09º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7A852 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 168 | 82 | - |
| CMYK | 0 | 0.08 | 0.55 | 0.28 |
| HSL | 51.09º | 0.41% | 0.52% | - |
| HSV(B) | 51.09º | 0.55% | 0.72% | - |
| XYZ | 35.05 | 38.68 | 13.6 | - |
| YUV | 162.68 | 82.47 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 168 | 82 | 0 | 0.08 | 0.55 | 0.28 | 51.09 | 0.41 | 0.52 |
| Hex | B7 | A8 | 52 | 0 | 8 | 37 | 1C | 33 | 29 | 34 |
| Octal | 267 | 250 | 122 | 0 | 10 | 67 | 34 | 63 | 51 | 64 |
| Binary | 10110111 | 10101000 | 1010010 | 0 | 1000 | 110111 | 11100 | 110011 | 101001 | 110100 |
Color Harmonies of #B7A852
Complementary color
Monochromatic Colors of #B7A852
Black with #B7A852
Text Example
Text Example
White with #B7A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A852; }
p { color: rgb(183,168,82); }
H1.HeaderClassName
{
color: #B7A852;
}
.AnyTagClassName
{
color: #B7A852;
}
</style>
background-color css
<style>
a { background-color: #B7A852; }
a { background-color: rgb(183,168,82); }
div.DivClassName
{
background-color: #B7A852;
}
.BgClassName
{
background-color: #B7A852;
}
</style>
border-color css
<style>
span { border-color: #B7A852; }
span { border-color: rgb(183,168,82); }
td.TdClassName
{
border-color: #B7A852;
}
.TagClassName
{
border-color: #B7A852;
}
</style>