#E4BFBD

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

Shades of Beauty Bush #E4BFBD

Tints of Beauty Bush #E4BFBD

Color information

#E4BFBD (or 0xE4BFBD) is unknown color: approx Beauty Bush. HEX triplet: E4, BF and BD. RGB value is (228,191,189). Sum of RGB (Red+Green+Blue) = 228+191+189=608 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.5% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 228 - color contains mainly: red. Hex color #E4BFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4BFBD is #1B4042. Grayscale: #C9C9C9. Windows color (decimal): -1785923 or 12435428. OLE color: 12435428.

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

Color convert

RGB228191189-
CMYK00.160.170.11
HSL3.08º41.94%81.76%-
HSV(B)3.08º17.11%89.41%-
XYZ59.8157.4356.08-
YUV201.83120.76146.66-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.5%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=37.5%
G=31.41%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819118900.160.170.113.0841.9481.76
HexE4BFBD01011B32a52
Octal3442772750202113352122
Binary111001001011111110111101010000100011011111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4BFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4BFBD; }

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

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

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

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

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

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

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

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