Shades of Eunry #BFA19E
Tints of Eunry #BFA19E
RGB
CMYK
RGB Variations
Color information
#BFA19E (or 0xBFA19E) is known color: Eunry. HEX triplet: BF, A1 and 9E. RGB value is (191,161,158). Sum of RGB (Red+Green+Blue) = 191+161+158=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA19E is #405E61. Grayscale: #A9A9A9. Windows color (decimal): -4218466 or 10396095. OLE color: 10396095.
HSL color Cylindrical-coordinate representation of color #BFA19E: hue angle of 5.45º degrees, saturation: 0.2, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFA19E is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 158 | - |
| CMYK | 0 | 0.16 | 0.17 | 0.25 |
| HSL | 5.45º | 0.2% | 0.68% | - |
| HSV(B) | 5.45º | 0.17% | 0.75% | - |
| XYZ | 40.4 | 39.03 | 37.75 | - |
| YUV | 169.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 158 | 0 | 0.16 | 0.17 | 0.25 | 5.45 | 0.2 | 0.68 |
| Hex | BF | A1 | 9E | 0 | 10 | 11 | 19 | 5 | 14 | 44 |
| Octal | 277 | 241 | 236 | 0 | 20 | 21 | 31 | 5 | 24 | 104 |
| Binary | 10111111 | 10100001 | 10011110 | 0 | 10000 | 10001 | 11001 | 101 | 10100 | 1000100 |
Color Harmonies of #BFA19E
Complementary color
Monochromatic Colors of #BFA19E
Black with #BFA19E
Text Example
Text Example
White with #BFA19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA19E; }
p { color: rgb(191,161,158); }
H1.HeaderClassName
{
color: #BFA19E;
}
.AnyTagClassName
{
color: #BFA19E;
}
</style>
background-color css
<style>
a { background-color: #BFA19E; }
a { background-color: rgb(191,161,158); }
div.DivClassName
{
background-color: #BFA19E;
}
.BgClassName
{
background-color: #BFA19E;
}
</style>
border-color css
<style>
span { border-color: #BFA19E; }
span { border-color: rgb(191,161,158); }
td.TdClassName
{
border-color: #BFA19E;
}
.TagClassName
{
border-color: #BFA19E;
}
</style>