Shades of Sundance #BFA553
Tints of Sundance #BFA553
RGB
CMYK
RGB Variations
Color information
#BFA553 (or 0xBFA553) is known color: Sundance. HEX triplet: BF, A5 and 53. RGB value is (191,165,83). Sum of RGB (Red+Green+Blue) = 191+165+83=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 165 (64.84% from 255 or 37.59% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA553 is #405AAC. Grayscale: #A3A3A3. Windows color (decimal): -4217517 or 5481919. OLE color: 5481919.
HSL color Cylindrical-coordinate representation of color #BFA553: hue angle of 45.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFA553 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 165 | 83 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.25 |
| HSL | 45.56º | 0.46% | 0.54% | - |
| HSV(B) | 45.56º | 0.57% | 0.75% | - |
| XYZ | 36.5 | 38.61 | 13.71 | - |
| YUV | 163.43 | 82.61 | 147.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 165 | 83 | 0 | 0.14 | 0.57 | 0.25 | 45.56 | 0.46 | 0.54 |
| Hex | BF | A5 | 53 | 0 | E | 39 | 19 | 2E | 2E | 36 |
| Octal | 277 | 245 | 123 | 0 | 16 | 71 | 31 | 56 | 56 | 66 |
| Binary | 10111111 | 10100101 | 1010011 | 0 | 1110 | 111001 | 11001 | 101110 | 101110 | 110110 |
Color Harmonies of #BFA553
Complementary color
Monochromatic Colors of #BFA553
Black with #BFA553
Text Example
Text Example
White with #BFA553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA553; }
p { color: rgb(191,165,83); }
H1.HeaderClassName
{
color: #BFA553;
}
.AnyTagClassName
{
color: #BFA553;
}
</style>
background-color css
<style>
a { background-color: #BFA553; }
a { background-color: rgb(191,165,83); }
div.DivClassName
{
background-color: #BFA553;
}
.BgClassName
{
background-color: #BFA553;
}
</style>
border-color css
<style>
span { border-color: #BFA553; }
span { border-color: rgb(191,165,83); }
td.TdClassName
{
border-color: #BFA553;
}
.TagClassName
{
border-color: #BFA553;
}
</style>