#EBC0B6

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

Shades of Beauty Bush #EBC0B6

Tints of Beauty Bush #EBC0B6

Color information

#EBC0B6 (or 0xEBC0B6) is unknown color: approx Beauty Bush. HEX triplet: EB, C0 and B6. RGB value is (235,192,182). Sum of RGB (Red+Green+Blue) = 235+192+182=609 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.59% from 609); Green value is 192 (75.39% from 255 or 31.53% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC0B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC0B6 is #143F49. Grayscale: #CBCBCB. Windows color (decimal): -1326922 or 11976939. OLE color: 11976939.

HSL color Cylindrical-coordinate representation of color #EBC0B6: hue angle of 11.32º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EBC0B6 is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.08.

Color convert

RGB235192182-
CMYK00.180.230.08
HSL11.32º56.99%81.76%-
HSV(B)11.32º22.55%92.16%-
XYZ61.5558.7452.35-
YUV203.72115.75150.31-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.59%
GREEN value IS 192 (75.39% from 255) = 31.53%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=38.59%
G=31.53%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519218200.180.230.0811.3256.9981.76
HexEBC0B6012178b3952
Octal35330026602227101371122
Binary11101011110000001011011001001010111100010111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC0B6; }

 p { color: rgb(235,192,182); }

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

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

 a { background-color: rgb(235,192,182); }

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

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

 span { border-color: rgb(235,192,182); }

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