#E5B1AF

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

Shades of Beauty Bush #E5B1AF

Tints of Beauty Bush #E5B1AF

Color information

#E5B1AF (or 0xE5B1AF) is unknown color: approx Beauty Bush. HEX triplet: E5, B1 and AF. RGB value is (229,177,175). Sum of RGB (Red+Green+Blue) = 229+177+175=581 (76% of max value = 765). Red value is 229 (89.84% from 255 or 39.41% from 581); Green value is 177 (69.53% from 255 or 30.46% from 581); Blue value is 175 (68.75% from 255 or 30.12% from 581); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B1AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B1AF is #1A4E50. Grayscale: #C0C0C0. Windows color (decimal): -1723985 or 11514341. OLE color: 11514341.

HSL color Cylindrical-coordinate representation of color #E5B1AF: hue angle of 2.22º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E5B1AF is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229177175-
CMYK00.230.240.10
HSL2.22º50.94%79.22%-
HSV(B)2.22º23.58%89.8%-
XYZ55.7751.247.5-
YUV192.32118.23154.16-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.41%
GREEN value IS 177 (69.53% from 255) = 30.46%
BLUE value IS 175 (68.75% from 255) = 30.12%
R=39.41%
G=30.46%
B=30.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917717500.230.240.102.2250.9479.22
HexE5B1AF01718A2334f
Octal3452612570273012263117
Binary111001011011000110101111010111110001010101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B1AF; }

 p { color: rgb(229,177,175); }

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

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

 a { background-color: rgb(229,177,175); }

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

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

 span { border-color: rgb(229,177,175); }

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