#EBC1BF

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

Shades of Beauty Bush #EBC1BF

Tints of Beauty Bush #EBC1BF

Color information

#EBC1BF (or 0xEBC1BF) is unknown color: approx Beauty Bush. HEX triplet: EB, C1 and BF. RGB value is (235,193,191). Sum of RGB (Red+Green+Blue) = 235+193+191=619 (81% of max value = 765). Red value is 235 (92.19% from 255 or 37.96% from 619); Green value is 193 (75.78% from 255 or 31.18% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1BF is #143E40. Grayscale: #CDCDCD. Windows color (decimal): -1326657 or 12567019. OLE color: 12567019.

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

Color convert

RGB235193191-
CMYK00.180.190.08
HSL2.73º52.38%83.53%-
HSV(B)2.73º18.72%92.16%-
XYZ62.7359.5657.48-
YUV205.33119.91149.16-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 37.96%
GREEN value IS 193 (75.78% from 255) = 31.18%
BLUE value IS 191 (75% from 255) = 30.86%
R=37.96%
G=31.18%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.19
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519319100.180.190.082.7352.3883.53
HexEBC1BF01213833454
Octal3533012770222310364124
Binary111010111100000110111111010010100111000111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1BF; }

 p { color: rgb(235,193,191); }

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

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

 a { background-color: rgb(235,193,191); }

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

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

 span { border-color: rgb(235,193,191); }

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