Shades of Sundance #B9AB51
Tints of Sundance #B9AB51
RGB
CMYK
RGB Variations
Color information
#B9AB51 (or 0xB9AB51) is known color: Sundance. HEX triplet: B9, AB and 51. RGB value is (185,171,81). Sum of RGB (Red+Green+Blue) = 185+171+81=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 171 (67.19% from 255 or 39.13% from 437); Blue value is 81 (32.03% from 255 or 18.54% from 437); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AB51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9AB51 is #4654AE. Grayscale: #A5A5A5. Windows color (decimal): -4609199 or 5352377. OLE color: 5352377.
HSL color Cylindrical-coordinate representation of color #B9AB51: hue angle of 51.92º 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 #B9AB51 is Cyan = 0, Magento = 0.08, Yellow = 0.56 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 171 | 81 | - |
| CMYK | 0 | 0.08 | 0.56 | 0.27 |
| HSL | 51.92º | 0.43% | 0.52% | - |
| HSV(B) | 51.92º | 0.56% | 0.73% | - |
| XYZ | 36.06 | 40.03 | 13.61 | - |
| YUV | 164.93 | 80.64 | 142.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 171 | 81 | 0 | 0.08 | 0.56 | 0.27 | 51.92 | 0.43 | 0.52 |
| Hex | B9 | AB | 51 | 0 | 8 | 38 | 1B | 34 | 2B | 34 |
| Octal | 271 | 253 | 121 | 0 | 10 | 70 | 33 | 64 | 53 | 64 |
| Binary | 10111001 | 10101011 | 1010001 | 0 | 1000 | 111000 | 11011 | 110100 | 101011 | 110100 |
Color Harmonies of #B9AB51
Complementary color
Monochromatic Colors of #B9AB51
Black with #B9AB51
Text Example
Text Example
White with #B9AB51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9AB51; }
p { color: rgb(185,171,81); }
H1.HeaderClassName
{
color: #B9AB51;
}
.AnyTagClassName
{
color: #B9AB51;
}
</style>
background-color css
<style>
a { background-color: #B9AB51; }
a { background-color: rgb(185,171,81); }
div.DivClassName
{
background-color: #B9AB51;
}
.BgClassName
{
background-color: #B9AB51;
}
</style>
border-color css
<style>
span { border-color: #B9AB51; }
span { border-color: rgb(185,171,81); }
td.TdClassName
{
border-color: #B9AB51;
}
.TagClassName
{
border-color: #B9AB51;
}
</style>