Html Css Color HEX #E1BFA0 Bone

📋 copy color: '#E1BFA0'

red 225 ◦ green 191 ◦ blue 160

#E1BFA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bone #E1BFA0

Tints of Bone #E1BFA0

RGB

 RED value IS 225 (88.28% from 255) = 39.06%

 GREEN value IS 191 (75% from 255) = 33.16%

 BLUE value IS 160 (62.89% from 255) = 27.78%

R = 39.06%
G = 33.16%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.29

 K value IS 0.12

RGB Variations

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

Color information

#E1BFA0 (or 0xE1BFA0) is known color: Bone. HEX triplet: E1, BF and A0. RGB value is (225,191,160). Sum of RGB (Red+Green+Blue) = 225+191+160=576 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.06% from 576); Green value is 191 (75% from 255 or 33.16% from 576); Blue value is 160 (62.89% from 255 or 27.78% from 576); Max value from RGB is 225 - color contains mainly: red. Hex color #E1BFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #E1BFA0 is #1E405F. Grayscale: #C5C5C5. Windows color (decimal): -1982560 or 10534881. OLE color: 10534881.

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

Color convert

RGB 225 191 160 -
CMYK 0 0.15 0.29 0.12
HSL 28.62º 0.52% 0.75% -
HSV(B) 28.62º 0.29% 0.88% -
XYZ 56.03 55.81 41.08 -
YUV 197.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 225 191 160 0 0.15 0.29 0.12 28.62 0.52 0.75
Hex E1 BF A0 0 F 1D C 1D 34 4B
Octal 341 277 240 0 17 35 14 35 64 113
Binary 11100001 10111111 10100000 0 1111 11101 1100 11101 110100 1001011

Color Harmonies of #E1BFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1BFA0

Black with #E1BFA0

Text Example


Text Example

White with #E1BFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1BFA0; }

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

 H1.HeaderClassName
 {
   color: #E1BFA0;
 }
 .AnyTagClassName
 {
   color: #E1BFA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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