#EBB7AC

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

Shades of Beauty Bush #EBB7AC

Tints of Beauty Bush #EBB7AC

Color information

#EBB7AC (or 0xEBB7AC) is unknown color: approx Beauty Bush. HEX triplet: EB, B7 and AC. RGB value is (235,183,172). Sum of RGB (Red+Green+Blue) = 235+183+172=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB7AC is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB7AC is #144853. Grayscale: #C5C5C5. Windows color (decimal): -1329236 or 11319275. OLE color: 11319275.

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

Color convert

RGB235183172-
CMYK00.220.270.08
HSL10.48º61.17%79.8%-
HSV(B)10.48º26.81%92.16%-
XYZ58.6454.5146.46-
YUV197.29113.73154.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.83%
GREEN value IS 183 (71.88% from 255) = 31.02%
BLUE value IS 172 (67.58% from 255) = 29.15%
R=39.83%
G=31.02%
B=29.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518317200.220.270.0810.4861.1779.8
HexEBB7AC0161B8a3d50
Octal35326725402633101275120
Binary11101011101101111010110001011011011100010101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB7AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB7AC; }

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

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

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

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

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

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

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

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