Shades of Sundance #BFA74D
Tints of Sundance #BFA74D
RGB
CMYK
RGB Variations
Color information
#BFA74D (or 0xBFA74D) is known color: Sundance. HEX triplet: BF, A7 and 4D. RGB value is (191,167,77). Sum of RGB (Red+Green+Blue) = 191+167+77=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 167 (65.62% from 255 or 38.39% from 435); Blue value is 77 (30.47% from 255 or 17.70% from 435); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA74D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA74D is #4058B2. Grayscale: #A4A4A4. Windows color (decimal): -4217011 or 5089215. OLE color: 5089215.
HSL color Cylindrical-coordinate representation of color #BFA74D: hue angle of 47.37º 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 #BFA74D is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 167 | 77 | - |
| CMYK | 0 | 0.13 | 0.60 | 0.25 |
| HSL | 47.37º | 0.47% | 0.53% | - |
| HSV(B) | 47.37º | 0.6% | 0.75% | - |
| XYZ | 36.64 | 39.25 | 12.67 | - |
| YUV | 163.92 | 78.95 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 167 | 77 | 0 | 0.13 | 0.60 | 0.25 | 47.37 | 0.47 | 0.53 |
| Hex | BF | A7 | 4D | 0 | D | 3C | 19 | 2F | 2F | 35 |
| Octal | 277 | 247 | 115 | 0 | 15 | 74 | 31 | 57 | 57 | 65 |
| Binary | 10111111 | 10100111 | 1001101 | 0 | 1101 | 111100 | 11001 | 101111 | 101111 | 110101 |
Color Harmonies of #BFA74D
Complementary color
Monochromatic Colors of #BFA74D
Black with #BFA74D
Text Example
Text Example
White with #BFA74D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA74D; }
p { color: rgb(191,167,77); }
H1.HeaderClassName
{
color: #BFA74D;
}
.AnyTagClassName
{
color: #BFA74D;
}
</style>
background-color css
<style>
a { background-color: #BFA74D; }
a { background-color: rgb(191,167,77); }
div.DivClassName
{
background-color: #BFA74D;
}
.BgClassName
{
background-color: #BFA74D;
}
</style>
border-color css
<style>
span { border-color: #BFA74D; }
span { border-color: rgb(191,167,77); }
td.TdClassName
{
border-color: #BFA74D;
}
.TagClassName
{
border-color: #BFA74D;
}
</style>