Shades of Sundance #BFA253
Tints of Sundance #BFA253
RGB
CMYK
RGB Variations
Color information
#BFA253 (or 0xBFA253) is known color: Sundance. HEX triplet: BF, A2 and 53. RGB value is (191,162,83). Sum of RGB (Red+Green+Blue) = 191+162+83=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 162 (63.67% from 255 or 37.16% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BFA253 is #405DAC. Grayscale: #A2A2A2. Windows color (decimal): -4218285 or 5481151. OLE color: 5481151.
HSL color Cylindrical-coordinate representation of color #BFA253: hue angle of 43.89º 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 #BFA253 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 162 | 83 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.25 |
| HSL | 43.89º | 0.46% | 0.54% | - |
| HSV(B) | 43.89º | 0.57% | 0.75% | - |
| XYZ | 35.97 | 37.54 | 13.53 | - |
| YUV | 161.67 | 83.61 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 162 | 83 | 0 | 0.15 | 0.57 | 0.25 | 43.89 | 0.46 | 0.54 |
| Hex | BF | A2 | 53 | 0 | F | 39 | 19 | 2C | 2E | 36 |
| Octal | 277 | 242 | 123 | 0 | 17 | 71 | 31 | 54 | 56 | 66 |
| Binary | 10111111 | 10100010 | 1010011 | 0 | 1111 | 111001 | 11001 | 101100 | 101110 | 110110 |
Color Harmonies of #BFA253
Complementary color
Monochromatic Colors of #BFA253
Black with #BFA253
Text Example
Text Example
White with #BFA253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA253; }
p { color: rgb(191,162,83); }
H1.HeaderClassName
{
color: #BFA253;
}
.AnyTagClassName
{
color: #BFA253;
}
</style>
background-color css
<style>
a { background-color: #BFA253; }
a { background-color: rgb(191,162,83); }
div.DivClassName
{
background-color: #BFA253;
}
.BgClassName
{
background-color: #BFA253;
}
</style>
border-color css
<style>
span { border-color: #BFA253; }
span { border-color: rgb(191,162,83); }
td.TdClassName
{
border-color: #BFA253;
}
.TagClassName
{
border-color: #BFA253;
}
</style>