Shades of Sundance #BFA34D
Tints of Sundance #BFA34D
RGB
CMYK
RGB Variations
Color information
#BFA34D (or 0xBFA34D) is known color: Sundance. HEX triplet: BF, A3 and 4D. RGB value is (191,163,77). Sum of RGB (Red+Green+Blue) = 191+163+77=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA34D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA34D is #405CB2. Grayscale: #A1A1A1. Windows color (decimal): -4218035 or 5088191. OLE color: 5088191.
HSL color Cylindrical-coordinate representation of color #BFA34D: hue angle of 45.26º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BFA34D is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 77 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.25 |
| HSL | 45.26º | 0.47% | 0.53% | - |
| HSV(B) | 45.26º | 0.6% | 0.75% | - |
| XYZ | 35.92 | 37.81 | 12.43 | - |
| YUV | 161.57 | 80.28 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 77 | 0 | 0.15 | 0.60 | 0.25 | 45.26 | 0.47 | 0.53 |
| Hex | BF | A3 | 4D | 0 | F | 3C | 19 | 2D | 2F | 35 |
| Octal | 277 | 243 | 115 | 0 | 17 | 74 | 31 | 55 | 57 | 65 |
| Binary | 10111111 | 10100011 | 1001101 | 0 | 1111 | 111100 | 11001 | 101101 | 101111 | 110101 |
Color Harmonies of #BFA34D
Complementary color
Monochromatic Colors of #BFA34D
Black with #BFA34D
Text Example
Text Example
White with #BFA34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA34D; }
p { color: rgb(191,163,77); }
H1.HeaderClassName
{
color: #BFA34D;
}
.AnyTagClassName
{
color: #BFA34D;
}
</style>
background-color css
<style>
a { background-color: #BFA34D; }
a { background-color: rgb(191,163,77); }
div.DivClassName
{
background-color: #BFA34D;
}
.BgClassName
{
background-color: #BFA34D;
}
</style>
border-color css
<style>
span { border-color: #BFA34D; }
span { border-color: rgb(191,163,77); }
td.TdClassName
{
border-color: #BFA34D;
}
.TagClassName
{
border-color: #BFA34D;
}
</style>