Shades of Sundance #BFAF51
Tints of Sundance #BFAF51
RGB
CMYK
RGB Variations
Color information
#BFAF51 (or 0xBFAF51) is known color: Sundance. HEX triplet: BF, AF and 51. RGB value is (191,175,81). Sum of RGB (Red+Green+Blue) = 191+175+81=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFAF51 is #4050AE. Grayscale: #A9A9A9. Windows color (decimal): -4214959 or 5353407. OLE color: 5353407.
HSL color Cylindrical-coordinate representation of color #BFAF51: hue angle of 51.27º 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 #BFAF51 is Cyan = 0, Magento = 0.08, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 175 | 81 | - |
| CMYK | 0 | 0.08 | 0.58 | 0.25 |
| HSL | 51.27º | 0.46% | 0.53% | - |
| HSV(B) | 51.27º | 0.58% | 0.75% | - |
| XYZ | 38.3 | 42.33 | 13.94 | - |
| YUV | 169.07 | 78.3 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 175 | 81 | 0 | 0.08 | 0.58 | 0.25 | 51.27 | 0.46 | 0.53 |
| Hex | BF | AF | 51 | 0 | 8 | 3A | 19 | 33 | 2E | 35 |
| Octal | 277 | 257 | 121 | 0 | 10 | 72 | 31 | 63 | 56 | 65 |
| Binary | 10111111 | 10101111 | 1010001 | 0 | 1000 | 111010 | 11001 | 110011 | 101110 | 110101 |
Color Harmonies of #BFAF51
Complementary color
Monochromatic Colors of #BFAF51
Black with #BFAF51
Text Example
Text Example
White with #BFAF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAF51; }
p { color: rgb(191,175,81); }
H1.HeaderClassName
{
color: #BFAF51;
}
.AnyTagClassName
{
color: #BFAF51;
}
</style>
background-color css
<style>
a { background-color: #BFAF51; }
a { background-color: rgb(191,175,81); }
div.DivClassName
{
background-color: #BFAF51;
}
.BgClassName
{
background-color: #BFAF51;
}
</style>
border-color css
<style>
span { border-color: #BFAF51; }
span { border-color: rgb(191,175,81); }
td.TdClassName
{
border-color: #BFAF51;
}
.TagClassName
{
border-color: #BFAF51;
}
</style>