#E3BDBA

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

Shades of Beauty Bush #E3BDBA

Tints of Beauty Bush #E3BDBA

Color information

#E3BDBA (or 0xE3BDBA) is unknown color: approx Beauty Bush. HEX triplet: E3, BD and BA. RGB value is (227,189,186). Sum of RGB (Red+Green+Blue) = 227+189+186=602 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.71% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BDBA is #1C4245. Grayscale: #C8C8C8. Windows color (decimal): -1851974 or 12238307. OLE color: 12238307.

HSL color Cylindrical-coordinate representation of color #E3BDBA: hue angle of 4.39º degrees, saturation: 0.42, 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 #E3BDBA is Cyan = 0, Magento = 0.17, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB227189186-
CMYK00.170.180.11
HSL4.39º42.27%80.98%-
HSV(B)4.39º18.06%89.02%-
XYZ58.7456.2754.22-
YUV200.02120.09147.24-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 37.71%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=37.71%
G=31.40%
B=30.90%

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
Decimal22718918600.170.180.114.3942.2780.98
HexE3BDBA01112B42a51
Octal3432752720212213452121
Binary1110001110111101101110100100011001010111001010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BDBA; }

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

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

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

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

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

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

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

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