#E0BDBD

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

Shades of Beauty Bush #E0BDBD

Tints of Beauty Bush #E0BDBD

Color information

#E0BDBD (or 0xE0BDBD) is unknown color: approx Beauty Bush. HEX triplet: E0, BD and BD. RGB value is (224,189,189). Sum of RGB (Red+Green+Blue) = 224+189+189=602 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.21% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 224 - color contains mainly: red. Hex color #E0BDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0BDBD is #1F4242. Grayscale: #C7C7C7. Windows color (decimal): -2048579 or 12434912. OLE color: 12434912.

HSL color Cylindrical-coordinate representation of color #E0BDBD: hue angle of 0º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E0BDBD is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.12.

Color convert

RGB224189189-
CMYK00.160.160.12
HSL36.08%80.98%-
HSV(B)15.62%87.84%-
XYZ58.1255.9255.87-
YUV199.46122.1145.5-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.21%
GREEN value IS 189 (74.22% from 255) = 31.40%
BLUE value IS 189 (74.22% from 255) = 31.40%
R=37.21%
G=31.40%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22418918900.160.160.12036.0880.98
HexE0BDBD01010C02451
Octal3402752750202014044121
Binary11100000101111011011110101000010000110001001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0BDBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0BDBD; }

 p { color: rgb(224,189,189); }

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

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

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

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

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

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

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