Shades of Sundance #BFA655
Tints of Sundance #BFA655
RGB
CMYK
RGB Variations
Color information
#BFA655 (or 0xBFA655) is known color: Sundance. HEX triplet: BF, A6 and 55. RGB value is (191,166,85). Sum of RGB (Red+Green+Blue) = 191+166+85=442 (58% of max value = 765). Red value is 191 (75% from 255 or 43.21% from 442); Green value is 166 (65.23% from 255 or 37.56% from 442); Blue value is 85 (33.59% from 255 or 19.23% from 442); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA655 is #4059AA. Grayscale: #A4A4A4. Windows color (decimal): -4217259 or 5613247. OLE color: 5613247.
HSL color Cylindrical-coordinate representation of color #BFA655: hue angle of 45.85º 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 #BFA655 is Cyan = 0, Magento = 0.13, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 85 | - |
| CMYK | 0 | 0.13 | 0.55 | 0.25 |
| HSL | 45.85º | 0.45% | 0.54% | - |
| HSV(B) | 45.85º | 0.55% | 0.75% | - |
| XYZ | 36.76 | 39 | 14.19 | - |
| YUV | 164.24 | 83.28 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 85 | 0 | 0.13 | 0.55 | 0.25 | 45.85 | 0.45 | 0.54 |
| Hex | BF | A6 | 55 | 0 | D | 37 | 19 | 2E | 2D | 36 |
| Octal | 277 | 246 | 125 | 0 | 15 | 67 | 31 | 56 | 55 | 66 |
| Binary | 10111111 | 10100110 | 1010101 | 0 | 1101 | 110111 | 11001 | 101110 | 101101 | 110110 |
Color Harmonies of #BFA655
Complementary color
Monochromatic Colors of #BFA655
Black with #BFA655
Text Example
Text Example
White with #BFA655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA655; }
p { color: rgb(191,166,85); }
H1.HeaderClassName
{
color: #BFA655;
}
.AnyTagClassName
{
color: #BFA655;
}
</style>
background-color css
<style>
a { background-color: #BFA655; }
a { background-color: rgb(191,166,85); }
div.DivClassName
{
background-color: #BFA655;
}
.BgClassName
{
background-color: #BFA655;
}
</style>
border-color css
<style>
span { border-color: #BFA655; }
span { border-color: rgb(191,166,85); }
td.TdClassName
{
border-color: #BFA655;
}
.TagClassName
{
border-color: #BFA655;
}
</style>