#EBBEB9

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

Shades of Beauty Bush #EBBEB9

Tints of Beauty Bush #EBBEB9

Color information

#EBBEB9 (or 0xEBBEB9) is unknown color: approx Beauty Bush. HEX triplet: EB, BE and B9. RGB value is (235,190,185). Sum of RGB (Red+Green+Blue) = 235+190+185=610 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.52% from 610); Green value is 190 (74.61% from 255 or 31.15% from 610); Blue value is 185 (72.66% from 255 or 30.33% from 610); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBEB9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBEB9 is #144146. Grayscale: #CACACA. Windows color (decimal): -1327431 or 12173035. OLE color: 12173035.

HSL color Cylindrical-coordinate representation of color #EBBEB9: hue angle of 6º 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 #EBBEB9 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB235190185-
CMYK00.190.210.08
HSL55.56%82.35%-
HSV(B)21.28%92.16%-
XYZ61.4357.9953.85-
YUV202.88117.91150.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.52%
GREEN value IS 190 (74.61% from 255) = 31.15%
BLUE value IS 185 (72.66% from 255) = 30.33%
R=38.52%
G=31.15%
B=30.33%

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
Decimal23519018500.190.210.08655.5682.35
HexEBBEB901315863852
Octal3532762710232510670122
Binary1110101110111110101110010100111010110001101110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEB9; }

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

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

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

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

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

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

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

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