#E5B2AF

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

Shades of Beauty Bush #E5B2AF

Tints of Beauty Bush #E5B2AF

Color information

#E5B2AF (or 0xE5B2AF) is unknown color: approx Beauty Bush. HEX triplet: E5, B2 and AF. RGB value is (229,178,175). Sum of RGB (Red+Green+Blue) = 229+178+175=582 (77% of max value = 765). Red value is 229 (89.84% from 255 or 39.35% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B2AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #E5B2AF is #1A4D50. Grayscale: #C0C0C0. Windows color (decimal): -1723729 or 11514597. OLE color: 11514597.

HSL color Cylindrical-coordinate representation of color #E5B2AF: hue angle of 3.33º 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 #E5B2AF is Cyan = 0, Magento = 0.22, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB229178175-
CMYK00.220.240.10
HSL3.33º50.94%79.22%-
HSV(B)3.33º23.58%89.8%-
XYZ55.9751.5947.57-
YUV192.91117.9153.74-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 39.35%
GREEN value IS 178 (69.92% from 255) = 30.58%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=39.35%
G=30.58%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal22917817500.220.240.103.3350.9479.22
HexE5B2AF01618A3334f
Octal3452622570263012363117
Binary111001011011001010101111010110110001010111100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B2AF; }

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

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

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

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

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

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

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

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