#EBB0AC

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

Shades of Beauty Bush #EBB0AC

Tints of Beauty Bush #EBB0AC

Color information

#EBB0AC (or 0xEBB0AC) is unknown color: approx Beauty Bush. HEX triplet: EB, B0 and AC. RGB value is (235,176,172). Sum of RGB (Red+Green+Blue) = 235+176+172=583 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.31% from 583); Green value is 176 (69.14% from 255 or 30.19% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB0AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB0AC is #144F53. Grayscale: #C1C1C1. Windows color (decimal): -1331028 or 11317483. OLE color: 11317483.

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

Color convert

RGB235176172-
CMYK00.250.270.08
HSL3.81º61.17%79.8%-
HSV(B)3.81º26.81%92.16%-
XYZ57.2351.6945.99-
YUV193.18116.05157.83-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.31%
GREEN value IS 176 (69.14% from 255) = 30.19%
BLUE value IS 172 (67.58% from 255) = 29.50%
R=40.31%
G=30.19%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23517617200.250.270.083.8161.1779.8
HexEBB0AC0191B843d50
Octal3532602540313310475120
Binary1110101110110000101011000110011101110001001111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB0AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB0AC; }

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

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

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

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

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

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

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

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