#E1BFA1

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

Shades of Bone #E1BFA1

Tints of Bone #E1BFA1

Color information

#E1BFA1 (or 0xE1BFA1) is unknown color: approx Bone. HEX triplet: E1, BF and A1. RGB value is (225,191,161). Sum of RGB (Red+Green+Blue) = 225+191+161=577 (76% of max value = 765). Red value is 225 (88.28% from 255 or 38.99% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 161 (63.28% from 255 or 27.90% from 577); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BFA1 is #1E405E. Grayscale: #C5C5C5. Windows color (decimal): -1982559 or 10600417. OLE color: 10600417.

HSL color Cylindrical-coordinate representation of color #E1BFA1: hue angle of 28.13º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E1BFA1 is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.12.

Color convert

RGB225191161-
CMYK00.150.280.12
HSL28.13º51.61%75.69%-
HSV(B)28.13º28.44%88.24%-
XYZ56.1255.8441.54-
YUV197.75107.26147.44-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 38.99%
GREEN value IS 191 (75% from 255) = 33.10%
BLUE value IS 161 (63.28% from 255) = 27.90%
R=38.99%
G=33.10%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22519116100.150.280.1228.1351.6175.69
HexE1BFA10F1CC1c344c
Octal34127724101734143464114
Binary11100001101111111010000101111111001100111001101001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1BFA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1BFA1; }

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

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

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

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

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

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

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

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