#BFA19D

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

Shades of Eunry #BFA19D

Tints of Eunry #BFA19D

Color information

#BFA19D (or 0xBFA19D) is unknown color: approx Eunry. HEX triplet: BF, A1 and 9D. RGB value is (191,161,157). Sum of RGB (Red+Green+Blue) = 191+161+157=509 (67% of max value = 765). Red value is 191 (75% from 255 or 37.52% from 509); Green value is 161 (63.28% from 255 or 31.63% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 191 - color contains mainly: red. Hex color #BFA19D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFA19D is #405E62. Grayscale: #A9A9A9. Windows color (decimal): -4218467 or 10330559. OLE color: 10330559.

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

Color convert

RGB191161157-
CMYK00.160.180.25
HSL7.06º20.99%68.24%-
HSV(B)7.06º17.8%74.9%-
XYZ40.323937.3-
YUV169.51120.94143.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.52%
GREEN value IS 161 (63.28% from 255) = 31.63%
BLUE value IS 157 (61.72% from 255) = 30.84%
R=37.52%
G=31.63%
B=30.84%

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
Decimal19116115700.160.180.257.0620.9968.24
HexBFA19D010121971544
Octal2772412350202231725104
Binary1011111110100001100111010100001001011001111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFA19D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFA19D; }

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

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

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

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

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

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

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

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