#BFA19C

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

Shades of Eunry #BFA19C

Tints of Eunry #BFA19C

Color information

#BFA19C (or 0xBFA19C) is unknown color: approx Eunry. HEX triplet: BF, A1 and 9C. RGB value is (191,161,156). Sum of RGB (Red+Green+Blue) = 191+161+156=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 161 (63.28% from 255 or 31.69% from 508); Blue value is 156 (61.33% from 255 or 30.71% from 508); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA19C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA19C is #405E63. Grayscale: #A9A9A9. Windows color (decimal): -4218468 or 10265023. OLE color: 10265023.

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

Color convert

RGB191161156-
CMYK00.160.180.25
HSL8.57º21.47%68.04%-
HSV(B)8.57º18.32%74.9%-
XYZ40.2338.9736.85-
YUV169.4120.44143.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 161 (63.28% from 255) = 31.69%
BLUE value IS 156 (61.33% from 255) = 30.71%
R=37.60%
G=31.69%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19116115600.160.180.258.5721.4768.04
HexBFA19C010121991544
Octal27724123402022311125104
Binary10111111101000011001110001000010010110011001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA19C; }

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

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

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

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

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

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

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

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