Shades of Eunry #BFA09C
Tints of Eunry #BFA09C
RGB
CMYK
RGB Variations
Color information
#BFA09C (or 0xBFA09C) is known color: Eunry. HEX triplet: BF, A0 and 9C. RGB value is (191,160,156). Sum of RGB (Red+Green+Blue) = 191+160+156=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 160 (62.89% from 255 or 31.56% from 507); Blue value is 156 (61.33% from 255 or 30.77% from 507); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA09C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA09C is #405F63. Grayscale: #A8A8A8. Windows color (decimal): -4218724 or 10264767. OLE color: 10264767.
HSL color Cylindrical-coordinate representation of color #BFA09C: hue angle of 6.86º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFA09C is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 156 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.25 |
| HSL | 6.86º | 0.21% | 0.68% | - |
| HSV(B) | 6.86º | 0.18% | 0.75% | - |
| XYZ | 40.06 | 38.62 | 36.8 | - |
| YUV | 168.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 156 | 0 | 0.16 | 0.18 | 0.25 | 6.86 | 0.21 | 0.68 |
| Hex | BF | A0 | 9C | 0 | 10 | 12 | 19 | 7 | 15 | 44 |
| Octal | 277 | 240 | 234 | 0 | 20 | 22 | 31 | 7 | 25 | 104 |
| Binary | 10111111 | 10100000 | 10011100 | 0 | 10000 | 10010 | 11001 | 111 | 10101 | 1000100 |
Color Harmonies of #BFA09C
Complementary color
Monochromatic Colors of #BFA09C
Black with #BFA09C
Text Example
Text Example
White with #BFA09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA09C; }
p { color: rgb(191,160,156); }
H1.HeaderClassName
{
color: #BFA09C;
}
.AnyTagClassName
{
color: #BFA09C;
}
</style>
background-color css
<style>
a { background-color: #BFA09C; }
a { background-color: rgb(191,160,156); }
div.DivClassName
{
background-color: #BFA09C;
}
.BgClassName
{
background-color: #BFA09C;
}
</style>
border-color css
<style>
span { border-color: #BFA09C; }
span { border-color: rgb(191,160,156); }
td.TdClassName
{
border-color: #BFA09C;
}
.TagClassName
{
border-color: #BFA09C;
}
</style>