Shades of Sundance #BFAA4C
Tints of Sundance #BFAA4C
RGB
CMYK
RGB Variations
Color information
#BFAA4C (or 0xBFAA4C) is known color: Sundance. HEX triplet: BF, AA and 4C. RGB value is (191,170,76). Sum of RGB (Red+Green+Blue) = 191+170+76=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 170 (66.80% from 255 or 38.90% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA4C is #4055B3. Grayscale: #A5A5A5. Windows color (decimal): -4216244 or 5024447. OLE color: 5024447.
HSL color Cylindrical-coordinate representation of color #BFAA4C: hue angle of 49.04º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFAA4C is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 76 | - |
| CMYK | 0 | 0.11 | 0.60 | 0.25 |
| HSL | 49.04º | 0.47% | 0.52% | - |
| HSV(B) | 49.04º | 0.6% | 0.75% | - |
| XYZ | 37.17 | 40.35 | 12.67 | - |
| YUV | 165.56 | 77.46 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 76 | 0 | 0.11 | 0.60 | 0.25 | 49.04 | 0.47 | 0.52 |
| Hex | BF | AA | 4C | 0 | B | 3C | 19 | 31 | 2F | 34 |
| Octal | 277 | 252 | 114 | 0 | 13 | 74 | 31 | 61 | 57 | 64 |
| Binary | 10111111 | 10101010 | 1001100 | 0 | 1011 | 111100 | 11001 | 110001 | 101111 | 110100 |
Color Harmonies of #BFAA4C
Complementary color
Monochromatic Colors of #BFAA4C
Black with #BFAA4C
Text Example
Text Example
White with #BFAA4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA4C; }
p { color: rgb(191,170,76); }
H1.HeaderClassName
{
color: #BFAA4C;
}
.AnyTagClassName
{
color: #BFAA4C;
}
</style>
background-color css
<style>
a { background-color: #BFAA4C; }
a { background-color: rgb(191,170,76); }
div.DivClassName
{
background-color: #BFAA4C;
}
.BgClassName
{
background-color: #BFAA4C;
}
</style>
border-color css
<style>
span { border-color: #BFAA4C; }
span { border-color: rgb(191,170,76); }
td.TdClassName
{
border-color: #BFAA4C;
}
.TagClassName
{
border-color: #BFAA4C;
}
</style>