#EBBFB9

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

Shades of Beauty Bush #EBBFB9

Tints of Beauty Bush #EBBFB9

Color information

#EBBFB9 (or 0xEBBFB9) is unknown color: approx Beauty Bush. HEX triplet: EB, BF and B9. RGB value is (235,191,185). Sum of RGB (Red+Green+Blue) = 235+191+185=611 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.46% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBFB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBFB9 is #144046. Grayscale: #CBCBCB. Windows color (decimal): -1327175 or 12173291. OLE color: 12173291.

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

Color convert

RGB235191185-
CMYK00.190.210.08
HSL7.2º55.56%82.35%-
HSV(B)7.2º21.28%92.16%-
XYZ61.6558.4353.93-
YUV203.47117.58150.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.46%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 185 (72.66% from 255) = 30.28%
R=38.46%
G=31.26%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519118500.190.210.087.255.5682.35
HexEBBFB901315873852
Octal3532772710232510770122
Binary1110101110111111101110010100111010110001111110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFB9; }

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

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

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

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

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

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

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

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