Shades of Sundance #BFAA47
Tints of Sundance #BFAA47
RGB
CMYK
RGB Variations
Color information
#BFAA47 (or 0xBFAA47) is known color: Sundance. HEX triplet: BF, AA and 47. RGB value is (191,170,71). Sum of RGB (Red+Green+Blue) = 191+170+71=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 170 (66.80% from 255 or 39.35% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA47 is #4055B8. Grayscale: #A5A5A5. Windows color (decimal): -4216249 or 4696767. OLE color: 4696767.
HSL color Cylindrical-coordinate representation of color #BFAA47: hue angle of 49.5º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BFAA47 is Cyan = 0, Magento = 0.11, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 71 | - |
| CMYK | 0 | 0.11 | 0.63 | 0.25 |
| HSL | 49.5º | 0.48% | 0.51% | - |
| HSV(B) | 49.5º | 0.63% | 0.75% | - |
| XYZ | 37 | 40.28 | 11.79 | - |
| YUV | 164.99 | 74.96 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 71 | 0 | 0.11 | 0.63 | 0.25 | 49.5 | 0.48 | 0.51 |
| Hex | BF | AA | 47 | 0 | B | 3F | 19 | 32 | 30 | 33 |
| Octal | 277 | 252 | 107 | 0 | 13 | 77 | 31 | 62 | 60 | 63 |
| Binary | 10111111 | 10101010 | 1000111 | 0 | 1011 | 111111 | 11001 | 110010 | 110000 | 110011 |
Color Harmonies of #BFAA47
Complementary color
Monochromatic Colors of #BFAA47
Black with #BFAA47
Text Example
Text Example
White with #BFAA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA47; }
p { color: rgb(191,170,71); }
H1.HeaderClassName
{
color: #BFAA47;
}
.AnyTagClassName
{
color: #BFAA47;
}
</style>
background-color css
<style>
a { background-color: #BFAA47; }
a { background-color: rgb(191,170,71); }
div.DivClassName
{
background-color: #BFAA47;
}
.BgClassName
{
background-color: #BFAA47;
}
</style>
border-color css
<style>
span { border-color: #BFAA47; }
span { border-color: rgb(191,170,71); }
td.TdClassName
{
border-color: #BFAA47;
}
.TagClassName
{
border-color: #BFAA47;
}
</style>