#EBB3AC

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

Shades of Beauty Bush #EBB3AC

Tints of Beauty Bush #EBB3AC

Color information

#EBB3AC (or 0xEBB3AC) is unknown color: approx Beauty Bush. HEX triplet: EB, B3 and AC. RGB value is (235,179,172). Sum of RGB (Red+Green+Blue) = 235+179+172=586 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.10% from 586); Green value is 179 (70.31% from 255 or 30.55% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB3AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB3AC is #144C53. Grayscale: #C3C3C3. Windows color (decimal): -1330260 or 11318251. OLE color: 11318251.

HSL color Cylindrical-coordinate representation of color #EBB3AC: hue angle of 6.67º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBB3AC is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB235179172-
CMYK00.240.270.08
HSL6.67º61.17%79.8%-
HSV(B)6.67º26.81%92.16%-
XYZ57.8352.8846.19-
YUV194.95115.05156.57-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.10%
GREEN value IS 179 (70.31% from 255) = 30.55%
BLUE value IS 172 (67.58% from 255) = 29.35%
R=40.10%
G=30.55%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517917200.240.270.086.6761.1779.8
HexEBB3AC0181B873d50
Octal3532632540303310775120
Binary1110101110110011101011000110001101110001111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB3AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB3AC; }

 p { color: rgb(235,179,172); }

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

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

 a { background-color: rgb(235,179,172); }

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

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

 span { border-color: rgb(235,179,172); }

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