#ECBCB6

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

Shades of Beauty Bush #ECBCB6

Tints of Beauty Bush #ECBCB6

Color information

#ECBCB6 (or 0xECBCB6) is unknown color: approx Beauty Bush. HEX triplet: EC, BC and B6. RGB value is (236,188,182). Sum of RGB (Red+Green+Blue) = 236+188+182=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 182 (71.48% from 255 or 30.03% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBCB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBCB6 is #134349. Grayscale: #C9C9C9. Windows color (decimal): -1262410 or 11975916. OLE color: 11975916.

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

Color convert

RGB236188182-
CMYK00.200.230.07
HSL6.67º58.7%81.96%-
HSV(B)6.67º22.88%92.55%-
XYZ61.0257.1852.08-
YUV201.67116.9152.49-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.94%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 182 (71.48% from 255) = 30.03%
R=38.94%
G=31.02%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.23
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23618818200.200.230.076.6758.781.96
HexECBCB601417773b52
Octal354274266024277773122
Binary111011001011110010110110010100101111111111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBCB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBCB6; }

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

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

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

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

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

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

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

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