Shades of Sundance #BFA54C
Tints of Sundance #BFA54C
RGB
CMYK
RGB Variations
Color information
#BFA54C (or 0xBFA54C) is known color: Sundance. HEX triplet: BF, A5 and 4C. RGB value is (191,165,76). Sum of RGB (Red+Green+Blue) = 191+165+76=432 (57% of max value = 765). Red value is 191 (75% from 255 or 44.21% from 432); Green value is 165 (64.84% from 255 or 38.19% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA54C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA54C is #405AB3. Grayscale: #A3A3A3. Windows color (decimal): -4217524 or 5023167. OLE color: 5023167.
HSL color Cylindrical-coordinate representation of color #BFA54C: hue angle of 46.43º 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 #BFA54C is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 76 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.25 |
| HSL | 46.43º | 0.47% | 0.52% | - |
| HSV(B) | 46.43º | 0.6% | 0.75% | - |
| XYZ | 36.25 | 38.51 | 12.36 | - |
| YUV | 162.63 | 79.11 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 76 | 0 | 0.14 | 0.60 | 0.25 | 46.43 | 0.47 | 0.52 |
| Hex | BF | A5 | 4C | 0 | E | 3C | 19 | 2E | 2F | 34 |
| Octal | 277 | 245 | 114 | 0 | 16 | 74 | 31 | 56 | 57 | 64 |
| Binary | 10111111 | 10100101 | 1001100 | 0 | 1110 | 111100 | 11001 | 101110 | 101111 | 110100 |
Color Harmonies of #BFA54C
Complementary color
Monochromatic Colors of #BFA54C
Black with #BFA54C
Text Example
Text Example
White with #BFA54C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA54C; }
p { color: rgb(191,165,76); }
H1.HeaderClassName
{
color: #BFA54C;
}
.AnyTagClassName
{
color: #BFA54C;
}
</style>
background-color css
<style>
a { background-color: #BFA54C; }
a { background-color: rgb(191,165,76); }
div.DivClassName
{
background-color: #BFA54C;
}
.BgClassName
{
background-color: #BFA54C;
}
</style>
border-color css
<style>
span { border-color: #BFA54C; }
span { border-color: rgb(191,165,76); }
td.TdClassName
{
border-color: #BFA54C;
}
.TagClassName
{
border-color: #BFA54C;
}
</style>