Shades of Eunry #BFA09B
Tints of Eunry #BFA09B
RGB
CMYK
RGB Variations
Color information
#BFA09B (or 0xBFA09B) is known color: Eunry. HEX triplet: BF, A0 and 9B. RGB value is (191,160,155). Sum of RGB (Red+Green+Blue) = 191+160+155=506 (67% of max value = 765). Red value is 191 (75% from 255 or 37.75% from 506); Green value is 160 (62.89% from 255 or 31.62% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA09B is #405F64. Grayscale: #A8A8A8. Windows color (decimal): -4218725 or 10199231. OLE color: 10199231.
HSL color Cylindrical-coordinate representation of color #BFA09B: hue angle of 8.33º degrees, saturation: 0.22, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFA09B is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 155 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.25 |
| HSL | 8.33º | 0.22% | 0.68% | - |
| HSV(B) | 8.33º | 0.19% | 0.75% | - |
| XYZ | 39.97 | 38.58 | 36.35 | - |
| YUV | 168.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 155 | 0 | 0.16 | 0.19 | 0.25 | 8.33 | 0.22 | 0.68 |
| Hex | BF | A0 | 9B | 0 | 10 | 13 | 19 | 8 | 16 | 44 |
| Octal | 277 | 240 | 233 | 0 | 20 | 23 | 31 | 10 | 26 | 104 |
| Binary | 10111111 | 10100000 | 10011011 | 0 | 10000 | 10011 | 11001 | 1000 | 10110 | 1000100 |
Color Harmonies of #BFA09B
Complementary color
Monochromatic Colors of #BFA09B
Black with #BFA09B
Text Example
Text Example
White with #BFA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA09B; }
p { color: rgb(191,160,155); }
H1.HeaderClassName
{
color: #BFA09B;
}
.AnyTagClassName
{
color: #BFA09B;
}
</style>
background-color css
<style>
a { background-color: #BFA09B; }
a { background-color: rgb(191,160,155); }
div.DivClassName
{
background-color: #BFA09B;
}
.BgClassName
{
background-color: #BFA09B;
}
</style>
border-color css
<style>
span { border-color: #BFA09B; }
span { border-color: rgb(191,160,155); }
td.TdClassName
{
border-color: #BFA09B;
}
.TagClassName
{
border-color: #BFA09B;
}
</style>