Shades of Sundance #BFAA56
Tints of Sundance #BFAA56
RGB
CMYK
RGB Variations
Color information
#BFAA56 (or 0xBFAA56) is known color: Sundance. HEX triplet: BF, AA and 56. RGB value is (191,170,86). Sum of RGB (Red+Green+Blue) = 191+170+86=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 170 (66.80% from 255 or 38.03% from 447); Blue value is 86 (33.98% from 255 or 19.24% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAA56 is #4055A9. Grayscale: #A7A7A7. Windows color (decimal): -4216234 or 5679807. OLE color: 5679807.
HSL color Cylindrical-coordinate representation of color #BFAA56: hue angle of 48º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BFAA56 is Cyan = 0, Magento = 0.11, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 86 | - |
| CMYK | 0 | 0.11 | 0.55 | 0.25 |
| HSL | 48º | 0.45% | 0.54% | - |
| HSV(B) | 48º | 0.55% | 0.75% | - |
| XYZ | 37.54 | 40.5 | 14.64 | - |
| YUV | 166.7 | 82.46 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 86 | 0 | 0.11 | 0.55 | 0.25 | 48 | 0.45 | 0.54 |
| Hex | BF | AA | 56 | 0 | B | 37 | 19 | 30 | 2D | 36 |
| Octal | 277 | 252 | 126 | 0 | 13 | 67 | 31 | 60 | 55 | 66 |
| Binary | 10111111 | 10101010 | 1010110 | 0 | 1011 | 110111 | 11001 | 110000 | 101101 | 110110 |
Color Harmonies of #BFAA56
Complementary color
Monochromatic Colors of #BFAA56
Black with #BFAA56
Text Example
Text Example
White with #BFAA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA56; }
p { color: rgb(191,170,86); }
H1.HeaderClassName
{
color: #BFAA56;
}
.AnyTagClassName
{
color: #BFAA56;
}
</style>
background-color css
<style>
a { background-color: #BFAA56; }
a { background-color: rgb(191,170,86); }
div.DivClassName
{
background-color: #BFAA56;
}
.BgClassName
{
background-color: #BFAA56;
}
</style>
border-color css
<style>
span { border-color: #BFAA56; }
span { border-color: rgb(191,170,86); }
td.TdClassName
{
border-color: #BFAA56;
}
.TagClassName
{
border-color: #BFAA56;
}
</style>