Shades of Sundance #BFA554
Tints of Sundance #BFA554
RGB
CMYK
RGB Variations
Color information
#BFA554 (or 0xBFA554) is known color: Sundance. HEX triplet: BF, A5 and 54. RGB value is (191,165,84). Sum of RGB (Red+Green+Blue) = 191+165+84=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 165 (64.84% from 255 or 37.5% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA554 is #405AAB. Grayscale: #A3A3A3. Windows color (decimal): -4217516 or 5547455. OLE color: 5547455.
HSL color Cylindrical-coordinate representation of color #BFA554: hue angle of 45.42º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFA554 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 84 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.25 |
| HSL | 45.42º | 0.46% | 0.54% | - |
| HSV(B) | 45.42º | 0.56% | 0.75% | - |
| XYZ | 36.54 | 38.63 | 13.92 | - |
| YUV | 163.54 | 83.11 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 84 | 0 | 0.14 | 0.56 | 0.25 | 45.42 | 0.46 | 0.54 |
| Hex | BF | A5 | 54 | 0 | E | 38 | 19 | 2D | 2E | 36 |
| Octal | 277 | 245 | 124 | 0 | 16 | 70 | 31 | 55 | 56 | 66 |
| Binary | 10111111 | 10100101 | 1010100 | 0 | 1110 | 111000 | 11001 | 101101 | 101110 | 110110 |
Color Harmonies of #BFA554
Complementary color
Monochromatic Colors of #BFA554
Black with #BFA554
Text Example
Text Example
White with #BFA554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA554; }
p { color: rgb(191,165,84); }
H1.HeaderClassName
{
color: #BFA554;
}
.AnyTagClassName
{
color: #BFA554;
}
</style>
background-color css
<style>
a { background-color: #BFA554; }
a { background-color: rgb(191,165,84); }
div.DivClassName
{
background-color: #BFA554;
}
.BgClassName
{
background-color: #BFA554;
}
</style>
border-color css
<style>
span { border-color: #BFA554; }
span { border-color: rgb(191,165,84); }
td.TdClassName
{
border-color: #BFA554;
}
.TagClassName
{
border-color: #BFA554;
}
</style>