#ECBCB8

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

Shades of Beauty Bush #ECBCB8

Tints of Beauty Bush #ECBCB8

Color information

#ECBCB8 (or 0xECBCB8) is unknown color: approx Beauty Bush. HEX triplet: EC, BC and B8. RGB value is (236,188,184). Sum of RGB (Red+Green+Blue) = 236+188+184=608 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.82% from 608); Green value is 188 (73.83% from 255 or 30.92% from 608); Blue value is 184 (72.27% from 255 or 30.26% from 608); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCB8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCB8 is #134347. Grayscale: #C9C9C9. Windows color (decimal): -1262408 or 12106988. OLE color: 12106988.

HSL color Cylindrical-coordinate representation of color #ECBCB8: hue angle of 4.62º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECBCB8 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.07.

Color convert

RGB236188184-
CMYK00.200.220.07
HSL4.62º57.78%82.35%-
HSV(B)4.62º22.03%92.55%-
XYZ61.2357.2653.17-
YUV201.9117.9152.33-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.82%
GREEN value IS 188 (73.83% from 255) = 30.92%
BLUE value IS 184 (72.27% from 255) = 30.26%
R=38.82%
G=30.92%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.22
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618818400.200.220.074.6257.7882.35
HexECBCB801416753a52
Octal354274270024267572122
Binary111011001011110010111000010100101101111011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCB8; }

 p { color: rgb(236,188,184); }

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

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

 a { background-color: rgb(236,188,184); }

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

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

 span { border-color: rgb(236,188,184); }

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