#E8B2AF

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

Shades of Beauty Bush #E8B2AF

Tints of Beauty Bush #E8B2AF

Color information

#E8B2AF (or 0xE8B2AF) is unknown color: approx Beauty Bush. HEX triplet: E8, B2 and AF. RGB value is (232,178,175). Sum of RGB (Red+Green+Blue) = 232+178+175=585 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.66% from 585); Green value is 178 (69.92% from 255 or 30.43% from 585); Blue value is 175 (68.75% from 255 or 29.91% from 585); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B2AF is #174D50. Grayscale: #C1C1C1. Windows color (decimal): -1527121 or 11514600. OLE color: 11514600.

HSL color Cylindrical-coordinate representation of color #E8B2AF: hue angle of 3.16º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E8B2AF is Cyan = 0, Magento = 0.23, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB232178175-
CMYK00.230.250.09
HSL3.16º55.34%79.8%-
HSV(B)3.16º24.57%90.98%-
XYZ56.9452.0947.61-
YUV193.8117.39155.24-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.66%
GREEN value IS 178 (69.92% from 255) = 30.43%
BLUE value IS 175 (68.75% from 255) = 29.91%
R=39.66%
G=30.43%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217817500.230.250.093.1655.3479.8
HexE8B2AF01719933750
Octal3502622570273111367120
Binary111010001011001010101111010111110011001111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B2AF; }

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

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

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

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

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

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

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

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