Shades of Sundance #BFA653
Tints of Sundance #BFA653
RGB
CMYK
RGB Variations
Color information
#BFA653 (or 0xBFA653) is known color: Sundance. HEX triplet: BF, A6 and 53. RGB value is (191,166,83). Sum of RGB (Red+Green+Blue) = 191+166+83=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 83 (32.81% from 255 or 18.86% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA653 is #4059AC. Grayscale: #A4A4A4. Windows color (decimal): -4217261 or 5482175. OLE color: 5482175.
HSL color Cylindrical-coordinate representation of color #BFA653: hue angle of 46.11º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFA653 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 166 | 83 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.25 |
| HSL | 46.11º | 0.46% | 0.54% | - |
| HSV(B) | 46.11º | 0.57% | 0.75% | - |
| XYZ | 36.68 | 38.97 | 13.77 | - |
| YUV | 164.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 166 | 83 | 0 | 0.13 | 0.57 | 0.25 | 46.11 | 0.46 | 0.54 |
| Hex | BF | A6 | 53 | 0 | D | 39 | 19 | 2E | 2E | 36 |
| Octal | 277 | 246 | 123 | 0 | 15 | 71 | 31 | 56 | 56 | 66 |
| Binary | 10111111 | 10100110 | 1010011 | 0 | 1101 | 111001 | 11001 | 101110 | 101110 | 110110 |
Color Harmonies of #BFA653
Complementary color
Monochromatic Colors of #BFA653
Black with #BFA653
Text Example
Text Example
White with #BFA653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA653; }
p { color: rgb(191,166,83); }
H1.HeaderClassName
{
color: #BFA653;
}
.AnyTagClassName
{
color: #BFA653;
}
</style>
background-color css
<style>
a { background-color: #BFA653; }
a { background-color: rgb(191,166,83); }
div.DivClassName
{
background-color: #BFA653;
}
.BgClassName
{
background-color: #BFA653;
}
</style>
border-color css
<style>
span { border-color: #BFA653; }
span { border-color: rgb(191,166,83); }
td.TdClassName
{
border-color: #BFA653;
}
.TagClassName
{
border-color: #BFA653;
}
</style>