#E8B0AF

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

Shades of Beauty Bush #E8B0AF

Tints of Beauty Bush #E8B0AF

Color information

#E8B0AF (or 0xE8B0AF) is unknown color: approx Beauty Bush. HEX triplet: E8, B0 and AF. RGB value is (232,176,175). Sum of RGB (Red+Green+Blue) = 232+176+175=583 (77% of max value = 765). Red value is 232 (91.02% from 255 or 39.79% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 232 - color contains mainly: red. Hex color #E8B0AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E8B0AF is #174F50. Grayscale: #C0C0C0. Windows color (decimal): -1527633 or 11514088. OLE color: 11514088.

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

Color convert

RGB232176175-
CMYK00.240.250.09
HSL1.05º55.34%79.8%-
HSV(B)1.05º24.57%90.98%-
XYZ56.5451.347.48-
YUV192.63118.05156.08-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.79%
GREEN value IS 176 (69.14% from 255) = 30.19%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=39.79%
G=30.19%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23217617500.240.250.091.0555.3479.8
HexE8B0AF01819913750
Octal3502602570303111167120
Binary11101000101100001010111101100011001100111101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8B0AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8B0AF; }

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

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

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

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

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

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

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

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