#BFA09F

Color #BFA09F Eunry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eunry #BFA09F

Tints of Eunry #BFA09F

Color information

#BFA09F (or 0xBFA09F) is unknown color: approx Eunry. HEX triplet: BF, A0 and 9F. RGB value is (191,160,159). Sum of RGB (Red+Green+Blue) = 191+160+159=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 160 (62.89% from 255 or 31.37% from 510); Blue value is 159 (62.5% from 255 or 31.18% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA09F is #405F60. Grayscale: #A9A9A9. Windows color (decimal): -4218721 or 10461375. OLE color: 10461375.

HSL color Cylindrical-coordinate representation of color #BFA09F: hue angle of 1.88º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFA09F is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB191160159-
CMYK00.160.170.25
HSL1.88º20%68.63%-
HSV(B)1.88º16.75%74.9%-
XYZ40.3138.7238.15-
YUV169.16122.27143.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 160 (62.89% from 255) = 31.37%
BLUE value IS 159 (62.5% from 255) = 31.18%
R=37.45%
G=31.37%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116015900.160.170.251.882068.63
HexBFA09F010111921445
Octal2772402370202131224105
Binary101111111010000010011111010000100011100110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA09F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA09F; }

 p { color: rgb(191,160,159); }

 H1.HeaderClassName
 {
   color: #BFA09F;
 }
 .AnyTagClassName
 {
   color: #BFA09F;
 }
</style>
background-color css

<style>
 a { background-color: #BFA09F; }

 a { background-color: rgb(191,160,159); }

 div.DivClassName
 {
   background-color: #BFA09F;
 }
 .BgClassName
 {
   background-color: #BFA09F;
 }
</style>
border-color css

<style>
 span { border-color: #BFA09F; }

 span { border-color: rgb(191,160,159); }

 td.TdClassName
 {
   border-color: #BFA09F;
 }
 .TagClassName
 {
   border-color: #BFA09F;
 }
</style>