Shades of Sundance #B8A653
Tints of Sundance #B8A653
RGB
CMYK
RGB Variations
Color information
#B8A653 (or 0xB8A653) is known color: Sundance. HEX triplet: B8, A6 and 53. RGB value is (184,166,83). Sum of RGB (Red+Green+Blue) = 184+166+83=433 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.49% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A653 is #4759AC. Grayscale: #A2A2A2. Windows color (decimal): -4676013 or 5482168. OLE color: 5482168.
HSL color Cylindrical-coordinate representation of color #B8A653: hue angle of 49.31º degrees, saturation: 0.42, 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 #B8A653 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 166 | 83 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.28 |
| HSL | 49.31º | 0.42% | 0.52% | - |
| HSV(B) | 49.31º | 0.55% | 0.72% | - |
| XYZ | 34.96 | 38.09 | 13.69 | - |
| YUV | 161.92 | 83.46 | 143.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 166 | 83 | 0 | 0.10 | 0.55 | 0.28 | 49.31 | 0.42 | 0.52 |
| Hex | B8 | A6 | 53 | 0 | A | 37 | 1C | 31 | 2A | 34 |
| Octal | 270 | 246 | 123 | 0 | 12 | 67 | 34 | 61 | 52 | 64 |
| Binary | 10111000 | 10100110 | 1010011 | 0 | 1010 | 110111 | 11100 | 110001 | 101010 | 110100 |
Color Harmonies of #B8A653
Complementary color
Monochromatic Colors of #B8A653
Black with #B8A653
Text Example
Text Example
White with #B8A653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8A653; }
p { color: rgb(184,166,83); }
H1.HeaderClassName
{
color: #B8A653;
}
.AnyTagClassName
{
color: #B8A653;
}
</style>
background-color css
<style>
a { background-color: #B8A653; }
a { background-color: rgb(184,166,83); }
div.DivClassName
{
background-color: #B8A653;
}
.BgClassName
{
background-color: #B8A653;
}
</style>
border-color css
<style>
span { border-color: #B8A653; }
span { border-color: rgb(184,166,83); }
td.TdClassName
{
border-color: #B8A653;
}
.TagClassName
{
border-color: #B8A653;
}
</style>