Shades of Sundance #BFAA4A
Tints of Sundance #BFAA4A
RGB
CMYK
RGB Variations
Color information
#BFAA4A (or 0xBFAA4A) is known color: Sundance. HEX triplet: BF, AA and 4A. RGB value is (191,170,74). Sum of RGB (Red+Green+Blue) = 191+170+74=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 170 (66.80% from 255 or 39.08% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFAA4A is #4055B5. Grayscale: #A5A5A5. Windows color (decimal): -4216246 or 4893375. OLE color: 4893375.
HSL color Cylindrical-coordinate representation of color #BFAA4A: hue angle of 49.23º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFAA4A is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 170 | 74 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.25 |
| HSL | 49.23º | 0.48% | 0.52% | - |
| HSV(B) | 49.23º | 0.61% | 0.75% | - |
| XYZ | 37.1 | 40.32 | 12.31 | - |
| YUV | 165.34 | 76.46 | 146.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 170 | 74 | 0 | 0.11 | 0.61 | 0.25 | 49.23 | 0.48 | 0.52 |
| Hex | BF | AA | 4A | 0 | B | 3D | 19 | 31 | 30 | 34 |
| Octal | 277 | 252 | 112 | 0 | 13 | 75 | 31 | 61 | 60 | 64 |
| Binary | 10111111 | 10101010 | 1001010 | 0 | 1011 | 111101 | 11001 | 110001 | 110000 | 110100 |
Color Harmonies of #BFAA4A
Complementary color
Monochromatic Colors of #BFAA4A
Black with #BFAA4A
Text Example
Text Example
White with #BFAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFAA4A; }
p { color: rgb(191,170,74); }
H1.HeaderClassName
{
color: #BFAA4A;
}
.AnyTagClassName
{
color: #BFAA4A;
}
</style>
background-color css
<style>
a { background-color: #BFAA4A; }
a { background-color: rgb(191,170,74); }
div.DivClassName
{
background-color: #BFAA4A;
}
.BgClassName
{
background-color: #BFAA4A;
}
</style>
border-color css
<style>
span { border-color: #BFAA4A; }
span { border-color: rgb(191,170,74); }
td.TdClassName
{
border-color: #BFAA4A;
}
.TagClassName
{
border-color: #BFAA4A;
}
</style>