Shades of Sundance #BFAC50
Tints of Sundance #BFAC50
RGB
CMYK
RGB Variations
Color information
#BFAC50 (or 0xBFAC50) is known color: Sundance. HEX triplet: BF, AC and 50. RGB value is (191,172,80). Sum of RGB (Red+Green+Blue) = 191+172+80=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 172 (67.58% from 255 or 38.83% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAC50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAC50 is #4053AF. Grayscale: #A7A7A7. Windows color (decimal): -4215728 or 5287103. OLE color: 5287103.
HSL color Cylindrical-coordinate representation of color #BFAC50: hue angle of 49.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BFAC50 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 172 | 80 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.25 |
| HSL | 49.73º | 0.46% | 0.53% | - |
| HSV(B) | 49.73º | 0.58% | 0.75% | - |
| XYZ | 37.69 | 41.16 | 13.55 | - |
| YUV | 167.19 | 78.79 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 172 | 80 | 0 | 0.10 | 0.58 | 0.25 | 49.73 | 0.46 | 0.53 |
| Hex | BF | AC | 50 | 0 | A | 3A | 19 | 32 | 2E | 35 |
| Octal | 277 | 254 | 120 | 0 | 12 | 72 | 31 | 62 | 56 | 65 |
| Binary | 10111111 | 10101100 | 1010000 | 0 | 1010 | 111010 | 11001 | 110010 | 101110 | 110101 |
Color Harmonies of #BFAC50
Complementary color
Monochromatic Colors of #BFAC50
Black with #BFAC50
Text Example
Text Example
White with #BFAC50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAC50; }
p { color: rgb(191,172,80); }
H1.HeaderClassName
{
color: #BFAC50;
}
.AnyTagClassName
{
color: #BFAC50;
}
</style>
background-color css
<style>
a { background-color: #BFAC50; }
a { background-color: rgb(191,172,80); }
div.DivClassName
{
background-color: #BFAC50;
}
.BgClassName
{
background-color: #BFAC50;
}
</style>
border-color css
<style>
span { border-color: #BFAC50; }
span { border-color: rgb(191,172,80); }
td.TdClassName
{
border-color: #BFAC50;
}
.TagClassName
{
border-color: #BFAC50;
}
</style>