Shades of Sundance #BFAC53
Tints of Sundance #BFAC53
RGB
CMYK
RGB Variations
Color information
#BFAC53 (or 0xBFAC53) is known color: Sundance. HEX triplet: BF, AC and 53. RGB value is (191,172,83). Sum of RGB (Red+Green+Blue) = 191+172+83=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 172 (67.58% from 255 or 38.57% from 446); Blue value is 83 (32.81% from 255 or 18.61% from 446); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC53 is #4053AC. Grayscale: #A7A7A7. Windows color (decimal): -4215725 or 5483711. OLE color: 5483711.
HSL color Cylindrical-coordinate representation of color #BFAC53: hue angle of 49.44º 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 #BFAC53 is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 83 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.25 |
| HSL | 49.44º | 0.46% | 0.54% | - |
| HSV(B) | 49.44º | 0.57% | 0.75% | - |
| XYZ | 37.8 | 41.21 | 14.14 | - |
| YUV | 167.54 | 80.29 | 144.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 83 | 0 | 0.10 | 0.57 | 0.25 | 49.44 | 0.46 | 0.54 |
| Hex | BF | AC | 53 | 0 | A | 39 | 19 | 31 | 2E | 36 |
| Octal | 277 | 254 | 123 | 0 | 12 | 71 | 31 | 61 | 56 | 66 |
| Binary | 10111111 | 10101100 | 1010011 | 0 | 1010 | 111001 | 11001 | 110001 | 101110 | 110110 |
Color Harmonies of #BFAC53
Complementary color
Monochromatic Colors of #BFAC53
Black with #BFAC53
Text Example
Text Example
White with #BFAC53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC53; }
p { color: rgb(191,172,83); }
H1.HeaderClassName
{
color: #BFAC53;
}
.AnyTagClassName
{
color: #BFAC53;
}
</style>
background-color css
<style>
a { background-color: #BFAC53; }
a { background-color: rgb(191,172,83); }
div.DivClassName
{
background-color: #BFAC53;
}
.BgClassName
{
background-color: #BFAC53;
}
</style>
border-color css
<style>
span { border-color: #BFAC53; }
span { border-color: rgb(191,172,83); }
td.TdClassName
{
border-color: #BFAC53;
}
.TagClassName
{
border-color: #BFAC53;
}
</style>