Shades of Sundance #BFA656
Tints of Sundance #BFA656
RGB
CMYK
RGB Variations
Color information
#BFA656 (or 0xBFA656) is known color: Sundance. HEX triplet: BF, A6 and 56. RGB value is (191,166,86). Sum of RGB (Red+Green+Blue) = 191+166+86=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA656 is #4059A9. Grayscale: #A4A4A4. Windows color (decimal): -4217258 or 5678783. OLE color: 5678783.
HSL color Cylindrical-coordinate representation of color #BFA656: hue angle of 45.71º 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 #BFA656 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 86 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.25 |
| HSL | 45.71º | 0.45% | 0.54% | - |
| HSV(B) | 45.71º | 0.55% | 0.75% | - |
| XYZ | 36.8 | 39.02 | 14.4 | - |
| YUV | 164.36 | 83.78 | 147 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 86 | 0 | 0.13 | 0.55 | 0.25 | 45.71 | 0.45 | 0.54 |
| Hex | BF | A6 | 56 | 0 | D | 37 | 19 | 2E | 2D | 36 |
| Octal | 277 | 246 | 126 | 0 | 15 | 67 | 31 | 56 | 55 | 66 |
| Binary | 10111111 | 10100110 | 1010110 | 0 | 1101 | 110111 | 11001 | 101110 | 101101 | 110110 |
Color Harmonies of #BFA656
Complementary color
Monochromatic Colors of #BFA656
Black with #BFA656
Text Example
Text Example
White with #BFA656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA656; }
p { color: rgb(191,166,86); }
H1.HeaderClassName
{
color: #BFA656;
}
.AnyTagClassName
{
color: #BFA656;
}
</style>
background-color css
<style>
a { background-color: #BFA656; }
a { background-color: rgb(191,166,86); }
div.DivClassName
{
background-color: #BFA656;
}
.BgClassName
{
background-color: #BFA656;
}
</style>
border-color css
<style>
span { border-color: #BFA656; }
span { border-color: rgb(191,166,86); }
td.TdClassName
{
border-color: #BFA656;
}
.TagClassName
{
border-color: #BFA656;
}
</style>