Shades of Eunry #BFA09F
Tints of Eunry #BFA09F
RGB
CMYK
RGB Variations
Color information
#BFA09F (or 0xBFA09F) is known color: Eunry. HEX triplet: BF, A0 and 9F. RGB value is (191,160,159). Sum of RGB (Red+Green+Blue) = 191+160+159=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA09F is #405F60. Grayscale: #A9A9A9. Windows color (decimal): -4218721 or 10461375. OLE color: 10461375.
HSL color Cylindrical-coordinate representation of color #BFA09F: hue angle of 1.88º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFA09F is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 159 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.25 |
| HSL | 1.88º | 0.2% | 0.69% | - |
| HSV(B) | 1.88º | 0.17% | 0.75% | - |
| XYZ | 40.31 | 38.72 | 38.15 | - |
| YUV | 169.16 | 122.27 | 143.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 159 | 0 | 0.16 | 0.17 | 0.25 | 1.88 | 0.2 | 0.69 |
| Hex | BF | A0 | 9F | 0 | 10 | 11 | 19 | 2 | 14 | 45 |
| Octal | 277 | 240 | 237 | 0 | 20 | 21 | 31 | 2 | 24 | 105 |
| Binary | 10111111 | 10100000 | 10011111 | 0 | 10000 | 10001 | 11001 | 10 | 10100 | 1000101 |
Color Harmonies of #BFA09F
Complementary color
Monochromatic Colors of #BFA09F
Black with #BFA09F
Text Example
Text Example
White with #BFA09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA09F; }
p { color: rgb(191,160,159); }
H1.HeaderClassName
{
color: #BFA09F;
}
.AnyTagClassName
{
color: #BFA09F;
}
</style>
background-color css
<style>
a { background-color: #BFA09F; }
a { background-color: rgb(191,160,159); }
div.DivClassName
{
background-color: #BFA09F;
}
.BgClassName
{
background-color: #BFA09F;
}
</style>
border-color css
<style>
span { border-color: #BFA09F; }
span { border-color: rgb(191,160,159); }
td.TdClassName
{
border-color: #BFA09F;
}
.TagClassName
{
border-color: #BFA09F;
}
</style>