Shades of Sundance #B9A64E
Tints of Sundance #B9A64E
RGB
CMYK
RGB Variations
Color information
#B9A64E (or 0xB9A64E) is known color: Sundance. HEX triplet: B9, A6 and 4E. RGB value is (185,166,78). Sum of RGB (Red+Green+Blue) = 185+166+78=429 (56% of max value = 765). Red value is 185 (72.66% from 255 or 43.12% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 78 (30.86% from 255 or 18.18% from 429); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A64E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A64E is #4659B1. Grayscale: #A2A2A2. Windows color (decimal): -4610482 or 5154489. OLE color: 5154489.
HSL color Cylindrical-coordinate representation of color #B9A64E: hue angle of 49.35º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B9A64E is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 166 | 78 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.27 |
| HSL | 49.35º | 0.43% | 0.52% | - |
| HSV(B) | 49.35º | 0.58% | 0.73% | - |
| XYZ | 35.02 | 38.14 | 12.72 | - |
| YUV | 161.65 | 80.79 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 166 | 78 | 0 | 0.10 | 0.58 | 0.27 | 49.35 | 0.43 | 0.52 |
| Hex | B9 | A6 | 4E | 0 | A | 3A | 1B | 31 | 2B | 34 |
| Octal | 271 | 246 | 116 | 0 | 12 | 72 | 33 | 61 | 53 | 64 |
| Binary | 10111001 | 10100110 | 1001110 | 0 | 1010 | 111010 | 11011 | 110001 | 101011 | 110100 |
Color Harmonies of #B9A64E
Complementary color
Monochromatic Colors of #B9A64E
Black with #B9A64E
Text Example
Text Example
White with #B9A64E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A64E; }
p { color: rgb(185,166,78); }
H1.HeaderClassName
{
color: #B9A64E;
}
.AnyTagClassName
{
color: #B9A64E;
}
</style>
background-color css
<style>
a { background-color: #B9A64E; }
a { background-color: rgb(185,166,78); }
div.DivClassName
{
background-color: #B9A64E;
}
.BgClassName
{
background-color: #B9A64E;
}
</style>
border-color css
<style>
span { border-color: #B9A64E; }
span { border-color: rgb(185,166,78); }
td.TdClassName
{
border-color: #B9A64E;
}
.TagClassName
{
border-color: #B9A64E;
}
</style>