Shades of Sundance #BFA353
Tints of Sundance #BFA353
RGB
CMYK
RGB Variations
Color information
#BFA353 (or 0xBFA353) is known color: Sundance. HEX triplet: BF, A3 and 53. RGB value is (191,163,83). Sum of RGB (Red+Green+Blue) = 191+163+83=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 163 (64.06% from 255 or 37.30% from 437); Blue value is 83 (32.81% from 255 or 18.99% from 437); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA353 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA353 is #405CAC. Grayscale: #A2A2A2. Windows color (decimal): -4218029 or 5481407. OLE color: 5481407.
HSL color Cylindrical-coordinate representation of color #BFA353: hue angle of 44.44º 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 #BFA353 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 163 | 83 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.25 |
| HSL | 44.44º | 0.46% | 0.54% | - |
| HSV(B) | 44.44º | 0.57% | 0.75% | - |
| XYZ | 36.14 | 37.9 | 13.59 | - |
| YUV | 162.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 163 | 83 | 0 | 0.15 | 0.57 | 0.25 | 44.44 | 0.46 | 0.54 |
| Hex | BF | A3 | 53 | 0 | F | 39 | 19 | 2C | 2E | 36 |
| Octal | 277 | 243 | 123 | 0 | 17 | 71 | 31 | 54 | 56 | 66 |
| Binary | 10111111 | 10100011 | 1010011 | 0 | 1111 | 111001 | 11001 | 101100 | 101110 | 110110 |
Color Harmonies of #BFA353
Complementary color
Monochromatic Colors of #BFA353
Black with #BFA353
Text Example
Text Example
White with #BFA353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA353; }
p { color: rgb(191,163,83); }
H1.HeaderClassName
{
color: #BFA353;
}
.AnyTagClassName
{
color: #BFA353;
}
</style>
background-color css
<style>
a { background-color: #BFA353; }
a { background-color: rgb(191,163,83); }
div.DivClassName
{
background-color: #BFA353;
}
.BgClassName
{
background-color: #BFA353;
}
</style>
border-color css
<style>
span { border-color: #BFA353; }
span { border-color: rgb(191,163,83); }
td.TdClassName
{
border-color: #BFA353;
}
.TagClassName
{
border-color: #BFA353;
}
</style>