Shades of Eunry #BFA098
Tints of Eunry #BFA098
RGB
CMYK
RGB Variations
Color information
#BFA098 (or 0xBFA098) is known color: Eunry. HEX triplet: BF, A0 and 98. RGB value is (191,160,152). Sum of RGB (Red+Green+Blue) = 191+160+152=503 (66% of max value = 765). Red value is 191 (75% from 255 or 37.97% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 152 (59.77% from 255 or 30.22% from 503); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA098 is #405F67. Grayscale: #A8A8A8. Windows color (decimal): -4218728 or 10002623. OLE color: 10002623.
HSL color Cylindrical-coordinate representation of color #BFA098: hue angle of 12.31º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFA098 is Cyan = 0, Magento = 0.16, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 160 | 152 | - |
| CMYK | 0 | 0.16 | 0.20 | 0.25 |
| HSL | 12.31º | 0.23% | 0.67% | - |
| HSV(B) | 12.31º | 0.2% | 0.75% | - |
| XYZ | 39.72 | 38.48 | 35.04 | - |
| YUV | 168.36 | 118.77 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 160 | 152 | 0 | 0.16 | 0.20 | 0.25 | 12.31 | 0.23 | 0.67 |
| Hex | BF | A0 | 98 | 0 | 10 | 14 | 19 | C | 17 | 43 |
| Octal | 277 | 240 | 230 | 0 | 20 | 24 | 31 | 14 | 27 | 103 |
| Binary | 10111111 | 10100000 | 10011000 | 0 | 10000 | 10100 | 11001 | 1100 | 10111 | 1000011 |
Color Harmonies of #BFA098
Complementary color
Monochromatic Colors of #BFA098
Black with #BFA098
Text Example
Text Example
White with #BFA098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFA098; }
p { color: rgb(191,160,152); }
H1.HeaderClassName
{
color: #BFA098;
}
.AnyTagClassName
{
color: #BFA098;
}
</style>
background-color css
<style>
a { background-color: #BFA098; }
a { background-color: rgb(191,160,152); }
div.DivClassName
{
background-color: #BFA098;
}
.BgClassName
{
background-color: #BFA098;
}
</style>
border-color css
<style>
span { border-color: #BFA098; }
span { border-color: rgb(191,160,152); }
td.TdClassName
{
border-color: #BFA098;
}
.TagClassName
{
border-color: #BFA098;
}
</style>