#E4C0BB

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

Shades of Beauty Bush #E4C0BB

Tints of Beauty Bush #E4C0BB

Color information

#E4C0BB (or 0xE4C0BB) is unknown color: approx Beauty Bush. HEX triplet: E4, C0 and BB. RGB value is (228,192,187). Sum of RGB (Red+Green+Blue) = 228+192+187=607 (80% of max value = 765). Red value is 228 (89.45% from 255 or 37.56% from 607); Green value is 192 (75.39% from 255 or 31.63% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 228 - color contains mainly: red. Hex color #E4C0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4C0BB is #1B3F44. Grayscale: #CACACA. Windows color (decimal): -1785669 or 12304612. OLE color: 12304612.

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

Color convert

RGB228192187-
CMYK00.160.180.11
HSL7.32º43.16%81.37%-
HSV(B)7.32º17.98%89.41%-
XYZ59.8157.7855.01-
YUV202.19119.43146.41-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 37.56%
GREEN value IS 192 (75.39% from 255) = 31.63%
BLUE value IS 187 (73.44% from 255) = 30.81%
R=37.56%
G=31.63%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22819218700.160.180.117.3243.1681.37
HexE4C0BB01012B72b51
Octal3443002730202213753121
Binary1110010011000000101110110100001001010111111010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E4C0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E4C0BB; }

 p { color: rgb(228,192,187); }

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

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

 a { background-color: rgb(228,192,187); }

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

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

 span { border-color: rgb(228,192,187); }

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