#E7B0AD

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

Shades of Beauty Bush #E7B0AD

Tints of Beauty Bush #E7B0AD

Color information

#E7B0AD (or 0xE7B0AD) is unknown color: approx Beauty Bush. HEX triplet: E7, B0 and AD. RGB value is (231,176,173). Sum of RGB (Red+Green+Blue) = 231+176+173=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 176 (69.14% from 255 or 30.34% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E7B0AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E7B0AD is #184F52. Grayscale: #C0C0C0. Windows color (decimal): -1593171 or 11383015. OLE color: 11383015.

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

Color convert

RGB231176173-
CMYK00.240.250.09
HSL3.1º54.72%79.22%-
HSV(B)3.1º25.11%90.59%-
XYZ56.0251.0646.44-
YUV192.1117.22155.74-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.83%
GREEN value IS 176 (69.14% from 255) = 30.34%
BLUE value IS 173 (67.97% from 255) = 29.83%
R=39.83%
G=30.34%
B=29.83%

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
Decimal23117617300.240.250.093.154.7279.22
HexE7B0AD0181993374f
Octal3472602550303111367117
Binary111001111011000010101101011000110011001111101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7B0AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7B0AD; }

 p { color: rgb(231,176,173); }

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

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

 a { background-color: rgb(231,176,173); }

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

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

 span { border-color: rgb(231,176,173); }

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