#BFA29F

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

Shades of Eunry #BFA29F

Tints of Eunry #BFA29F

Color information

#BFA29F (or 0xBFA29F) is unknown color: approx Eunry. HEX triplet: BF, A2 and 9F. RGB value is (191,162,159). Sum of RGB (Red+Green+Blue) = 191+162+159=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 162 (63.67% from 255 or 31.64% from 512); Blue value is 159 (62.5% from 255 or 31.05% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA29F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA29F is #405D60. Grayscale: #AAAAAA. Windows color (decimal): -4218209 or 10461887. OLE color: 10461887.

HSL color Cylindrical-coordinate representation of color #BFA29F: hue angle of 5.63º 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 #BFA29F is Cyan = 0, Magento = 0.15, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB191162159-
CMYK00.150.170.25
HSL5.63º20%68.63%-
HSV(B)5.63º16.75%74.9%-
XYZ40.6639.4238.27-
YUV170.33121.61142.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.30%
GREEN value IS 162 (63.67% from 255) = 31.64%
BLUE value IS 159 (62.5% from 255) = 31.05%
R=37.30%
G=31.64%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116215900.150.170.255.632068.63
HexBFA29F0F111961445
Octal2772422370172131624105
Binary101111111010001010011111011111000111001110101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA29F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA29F; }

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

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

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

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

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

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

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

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