#E8BAAF

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

Shades of Beauty Bush #E8BAAF

Tints of Beauty Bush #E8BAAF

Color information

#E8BAAF (or 0xE8BAAF) is unknown color: approx Beauty Bush. HEX triplet: E8, BA and AF. RGB value is (232,186,175). Sum of RGB (Red+Green+Blue) = 232+186+175=593 (78% of max value = 765). Red value is 232 (91.02% from 255 or 39.12% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 232 - color contains mainly: red. Hex color #E8BAAF is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E8BAAF is #174550. Grayscale: #C6C6C6. Windows color (decimal): -1525073 or 11516648. OLE color: 11516648.

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

Color convert

RGB232186175-
CMYK00.200.250.09
HSL11.58º55.34%79.8%-
HSV(B)11.58º24.57%90.98%-
XYZ58.5855.3748.16-
YUV198.5114.74151.89-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 39.12%
GREEN value IS 186 (73.05% from 255) = 31.37%
BLUE value IS 175 (68.75% from 255) = 29.51%
R=39.12%
G=31.37%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23218617500.200.250.0911.5855.3479.8
HexE8BAAF014199c3750
Octal35027225702431111467120
Binary11101000101110101010111101010011001100111001101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8BAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8BAAF; }

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

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

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

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

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

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

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

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