Shades of Sundance #B9A854
Tints of Sundance #B9A854
RGB
CMYK
RGB Variations
Color information
#B9A854 (or 0xB9A854) is known color: Sundance. HEX triplet: B9, A8 and 54. RGB value is (185,168,84). Sum of RGB (Red+Green+Blue) = 185+168+84=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 84 (33.20% from 255 or 19.22% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A854 is #4657AB. Grayscale: #A3A3A3. Windows color (decimal): -4609964 or 5548217. OLE color: 5548217.
HSL color Cylindrical-coordinate representation of color #B9A854: hue angle of 49.9º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B9A854 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 84 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.27 |
| HSL | 49.9º | 0.42% | 0.53% | - |
| HSV(B) | 49.9º | 0.55% | 0.73% | - |
| XYZ | 35.61 | 38.96 | 14.03 | - |
| YUV | 163.51 | 83.13 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 84 | 0 | 0.09 | 0.55 | 0.27 | 49.9 | 0.42 | 0.53 |
| Hex | B9 | A8 | 54 | 0 | 9 | 37 | 1B | 32 | 2A | 35 |
| Octal | 271 | 250 | 124 | 0 | 11 | 67 | 33 | 62 | 52 | 65 |
| Binary | 10111001 | 10101000 | 1010100 | 0 | 1001 | 110111 | 11011 | 110010 | 101010 | 110101 |
Color Harmonies of #B9A854
Complementary color
Monochromatic Colors of #B9A854
Black with #B9A854
Text Example
Text Example
White with #B9A854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A854; }
p { color: rgb(185,168,84); }
H1.HeaderClassName
{
color: #B9A854;
}
.AnyTagClassName
{
color: #B9A854;
}
</style>
background-color css
<style>
a { background-color: #B9A854; }
a { background-color: rgb(185,168,84); }
div.DivClassName
{
background-color: #B9A854;
}
.BgClassName
{
background-color: #B9A854;
}
</style>
border-color css
<style>
span { border-color: #B9A854; }
span { border-color: rgb(185,168,84); }
td.TdClassName
{
border-color: #B9A854;
}
.TagClassName
{
border-color: #B9A854;
}
</style>