Shades of Eunry #BFA19C
Tints of Eunry #BFA19C
RGB
CMYK
RGB Variations
Color information
#BFA19C (or 0xBFA19C) is known color: Eunry. HEX triplet: BF, A1 and 9C. RGB value is (191,161,156). Sum of RGB (Red+Green+Blue) = 191+161+156=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA19C is #405E63. Grayscale: #A9A9A9. Windows color (decimal): -4218468 or 10265023. OLE color: 10265023.
HSL color Cylindrical-coordinate representation of color #BFA19C: hue angle of 8.57º 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 #BFA19C is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 161 | 156 | - |
| CMYK | 0 | 0.16 | 0.18 | 0.25 |
| HSL | 8.57º | 0.21% | 0.68% | - |
| HSV(B) | 8.57º | 0.18% | 0.75% | - |
| XYZ | 40.23 | 38.97 | 36.85 | - |
| YUV | 169.4 | 120.44 | 143.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 161 | 156 | 0 | 0.16 | 0.18 | 0.25 | 8.57 | 0.21 | 0.68 |
| Hex | BF | A1 | 9C | 0 | 10 | 12 | 19 | 9 | 15 | 44 |
| Octal | 277 | 241 | 234 | 0 | 20 | 22 | 31 | 11 | 25 | 104 |
| Binary | 10111111 | 10100001 | 10011100 | 0 | 10000 | 10010 | 11001 | 1001 | 10101 | 1000100 |
Color Harmonies of #BFA19C
Complementary color
Monochromatic Colors of #BFA19C
Black with #BFA19C
Text Example
Text Example
White with #BFA19C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA19C; }
p { color: rgb(191,161,156); }
H1.HeaderClassName
{
color: #BFA19C;
}
.AnyTagClassName
{
color: #BFA19C;
}
</style>
background-color css
<style>
a { background-color: #BFA19C; }
a { background-color: rgb(191,161,156); }
div.DivClassName
{
background-color: #BFA19C;
}
.BgClassName
{
background-color: #BFA19C;
}
</style>
border-color css
<style>
span { border-color: #BFA19C; }
span { border-color: rgb(191,161,156); }
td.TdClassName
{
border-color: #BFA19C;
}
.TagClassName
{
border-color: #BFA19C;
}
</style>