Shades of Sundance #BFA44C
Tints of Sundance #BFA44C
RGB
CMYK
RGB Variations
Color information
#BFA44C (or 0xBFA44C) is known color: Sundance. HEX triplet: BF, A4 and 4C. RGB value is (191,164,76). Sum of RGB (Red+Green+Blue) = 191+164+76=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA44C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BFA44C is #405BB3. Grayscale: #A2A2A2. Windows color (decimal): -4217780 or 5022911. OLE color: 5022911.
HSL color Cylindrical-coordinate representation of color #BFA44C: hue angle of 45.91º 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 #BFA44C is Cyan = 0, Magento = 0.14, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 164 | 76 | - |
| CMYK | 0 | 0.14 | 0.60 | 0.25 |
| HSL | 45.91º | 0.47% | 0.52% | - |
| HSV(B) | 45.91º | 0.6% | 0.75% | - |
| XYZ | 36.07 | 38.15 | 12.3 | - |
| YUV | 162.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 164 | 76 | 0 | 0.14 | 0.60 | 0.25 | 45.91 | 0.47 | 0.52 |
| Hex | BF | A4 | 4C | 0 | E | 3C | 19 | 2E | 2F | 34 |
| Octal | 277 | 244 | 114 | 0 | 16 | 74 | 31 | 56 | 57 | 64 |
| Binary | 10111111 | 10100100 | 1001100 | 0 | 1110 | 111100 | 11001 | 101110 | 101111 | 110100 |
Color Harmonies of #BFA44C
Complementary color
Monochromatic Colors of #BFA44C
Black with #BFA44C
Text Example
Text Example
White with #BFA44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA44C; }
p { color: rgb(191,164,76); }
H1.HeaderClassName
{
color: #BFA44C;
}
.AnyTagClassName
{
color: #BFA44C;
}
</style>
background-color css
<style>
a { background-color: #BFA44C; }
a { background-color: rgb(191,164,76); }
div.DivClassName
{
background-color: #BFA44C;
}
.BgClassName
{
background-color: #BFA44C;
}
</style>
border-color css
<style>
span { border-color: #BFA44C; }
span { border-color: rgb(191,164,76); }
td.TdClassName
{
border-color: #BFA44C;
}
.TagClassName
{
border-color: #BFA44C;
}
</style>