Shades of Sundance #B9A851
Tints of Sundance #B9A851
RGB
CMYK
RGB Variations
Color information
#B9A851 (or 0xB9A851) is known color: Sundance. HEX triplet: B9, A8 and 51. RGB value is (185,168,81). Sum of RGB (Red+Green+Blue) = 185+168+81=434 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.63% from 434); Green value is 168 (66.02% from 255 or 38.71% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A851 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9A851 is #4657AE. Grayscale: #A3A3A3. Windows color (decimal): -4609967 or 5351609. OLE color: 5351609.
HSL color Cylindrical-coordinate representation of color #B9A851: hue angle of 50.19º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B9A851 is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 168 | 81 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.27 |
| HSL | 50.19º | 0.43% | 0.52% | - |
| HSV(B) | 50.19º | 0.56% | 0.73% | - |
| XYZ | 35.5 | 38.91 | 13.42 | - |
| YUV | 163.17 | 81.63 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 168 | 81 | 0 | 0.09 | 0.56 | 0.27 | 50.19 | 0.43 | 0.52 |
| Hex | B9 | A8 | 51 | 0 | 9 | 38 | 1B | 32 | 2B | 34 |
| Octal | 271 | 250 | 121 | 0 | 11 | 70 | 33 | 62 | 53 | 64 |
| Binary | 10111001 | 10101000 | 1010001 | 0 | 1001 | 111000 | 11011 | 110010 | 101011 | 110100 |
Color Harmonies of #B9A851
Complementary color
Monochromatic Colors of #B9A851
Black with #B9A851
Text Example
Text Example
White with #B9A851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9A851; }
p { color: rgb(185,168,81); }
H1.HeaderClassName
{
color: #B9A851;
}
.AnyTagClassName
{
color: #B9A851;
}
</style>
background-color css
<style>
a { background-color: #B9A851; }
a { background-color: rgb(185,168,81); }
div.DivClassName
{
background-color: #B9A851;
}
.BgClassName
{
background-color: #B9A851;
}
</style>
border-color css
<style>
span { border-color: #B9A851; }
span { border-color: rgb(185,168,81); }
td.TdClassName
{
border-color: #B9A851;
}
.TagClassName
{
border-color: #B9A851;
}
</style>