Shades of Sundance #B9A94E
Tints of Sundance #B9A94E
RGB
CMYK
RGB Variations
Color information
#B9A94E (or 0xB9A94E) is known color: Sundance. HEX triplet: B9, A9 and 4E. RGB value is (185,169,78). Sum of RGB (Red+Green+Blue) = 185+169+78=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 169 (66.41% from 255 or 39.12% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A94E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A94E is #4656B1. Grayscale: #A3A3A3. Windows color (decimal): -4609714 or 5155257. OLE color: 5155257.
HSL color Cylindrical-coordinate representation of color #B9A94E: hue angle of 51.03º 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 #B9A94E is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 169 | 78 | - |
| CMYK | 0 | 0.09 | 0.58 | 0.27 |
| HSL | 51.03º | 0.43% | 0.52% | - |
| HSV(B) | 51.03º | 0.58% | 0.73% | - |
| XYZ | 35.57 | 39.24 | 12.91 | - |
| YUV | 163.41 | 79.8 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 169 | 78 | 0 | 0.09 | 0.58 | 0.27 | 51.03 | 0.43 | 0.52 |
| Hex | B9 | A9 | 4E | 0 | 9 | 3A | 1B | 33 | 2B | 34 |
| Octal | 271 | 251 | 116 | 0 | 11 | 72 | 33 | 63 | 53 | 64 |
| Binary | 10111001 | 10101001 | 1001110 | 0 | 1001 | 111010 | 11011 | 110011 | 101011 | 110100 |
Color Harmonies of #B9A94E
Complementary color
Monochromatic Colors of #B9A94E
Black with #B9A94E
Text Example
Text Example
White with #B9A94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A94E; }
p { color: rgb(185,169,78); }
H1.HeaderClassName
{
color: #B9A94E;
}
.AnyTagClassName
{
color: #B9A94E;
}
</style>
background-color css
<style>
a { background-color: #B9A94E; }
a { background-color: rgb(185,169,78); }
div.DivClassName
{
background-color: #B9A94E;
}
.BgClassName
{
background-color: #B9A94E;
}
</style>
border-color css
<style>
span { border-color: #B9A94E; }
span { border-color: rgb(185,169,78); }
td.TdClassName
{
border-color: #B9A94E;
}
.TagClassName
{
border-color: #B9A94E;
}
</style>