#E4BDBA

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

Shades of Beauty Bush #E4BDBA

Tints of Beauty Bush #E4BDBA

Color information

#E4BDBA (or 0xE4BDBA) is unknown color: approx Beauty Bush. HEX triplet: E4, BD and BA. RGB value is (228,189,186). Sum of RGB (Red+Green+Blue) = 228+189+186=603 (79% of max value = 765). Red value is 228 (89.45% from 255 or 37.81% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BDBA is #1B4245. Grayscale: #C8C8C8. Windows color (decimal): -1786438 or 12238308. OLE color: 12238308.

HSL color Cylindrical-coordinate representation of color #E4BDBA: hue angle of 4.29º degrees, saturation: 0.44, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E4BDBA is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB228189186-
CMYK00.170.180.11
HSL4.29º43.75%81.18%-
HSV(B)4.29º18.42%89.41%-
XYZ59.0656.4354.23-
YUV200.32119.92147.74-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.81%
GREEN value IS 189 (74.22% from 255) = 31.34%
BLUE value IS 186 (73.05% from 255) = 30.85%
R=37.81%
G=31.34%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22818918600.170.180.114.2943.7581.18
HexE4BDBA01112B42c51
Octal3442752720212213454121
Binary1110010010111101101110100100011001010111001011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BDBA; }

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

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

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

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

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

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

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

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