#E7BDBA

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

Shades of Beauty Bush #E7BDBA

Tints of Beauty Bush #E7BDBA

Color information

#E7BDBA (or 0xE7BDBA) is unknown color: approx Beauty Bush. HEX triplet: E7, BD and BA. RGB value is (231,189,186). Sum of RGB (Red+Green+Blue) = 231+189+186=606 (80% of max value = 765). Red value is 231 (90.62% from 255 or 38.12% from 606); Green value is 189 (74.22% from 255 or 31.19% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 231 - color contains mainly: red. Hex color #E7BDBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7BDBA is #184245. Grayscale: #C9C9C9. Windows color (decimal): -1589830 or 12238311. OLE color: 12238311.

HSL color Cylindrical-coordinate representation of color #E7BDBA: hue angle of 4º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E7BDBA is Cyan = 0, Magento = 0.18, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB231189186-
CMYK00.180.190.09
HSL48.39%81.76%-
HSV(B)19.48%90.59%-
XYZ60.0256.9354.28-
YUV201.22119.41149.24-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 38.12%
GREEN value IS 189 (74.22% from 255) = 31.19%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=38.12%
G=31.19%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23118918600.180.190.09448.3981.76
HexE7BDBA01213943052
Octal3472752720222311460122
Binary1110011110111101101110100100101001110011001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7BDBA; }

 p { color: rgb(231,189,186); }

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

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

 a { background-color: rgb(231,189,186); }

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

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

 span { border-color: rgb(231,189,186); }

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