#BFA19E

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

Shades of Eunry #BFA19E

Tints of Eunry #BFA19E

Color information

#BFA19E (or 0xBFA19E) is unknown color: approx Eunry. HEX triplet: BF, A1 and 9E. RGB value is (191,161,158). Sum of RGB (Red+Green+Blue) = 191+161+158=510 (67% of max value = 765). Red value is 191 (75% from 255 or 37.45% from 510); Green value is 161 (63.28% from 255 or 31.57% from 510); Blue value is 158 (62.11% from 255 or 30.98% from 510); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA19E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA19E is #405E61. Grayscale: #A9A9A9. Windows color (decimal): -4218466 or 10396095. OLE color: 10396095.

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

Color convert

RGB191161158-
CMYK00.160.170.25
HSL5.45º20.5%68.43%-
HSV(B)5.45º17.28%74.9%-
XYZ40.439.0337.75-
YUV169.63121.44143.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.45%
GREEN value IS 161 (63.28% from 255) = 31.57%
BLUE value IS 158 (62.11% from 255) = 30.98%
R=37.45%
G=31.57%
B=30.98%

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
Decimal19116115800.160.170.255.4520.568.43
HexBFA19E010111951444
Octal2772412360202131524104
Binary1011111110100001100111100100001000111001101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA19E; }

 p { color: rgb(191,161,158); }

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

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

 a { background-color: rgb(191,161,158); }

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

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

 span { border-color: rgb(191,161,158); }

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