#ebb1ac

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

Shades of Beauty Bush #EBB1AC

Tints of Beauty Bush #EBB1AC

Color information

#EBB1AC (or 0xEBB1AC) is unknown color: approx Beauty Bush. HEX triplet: EB, B1 and AC. RGB value is (235,177,172). Sum of RGB (Red+Green+Blue) = 235+177+172=584 (77% of max value = 765). Red value is 235 (92.19% from 255 or 40.24% from 584); Green value is 177 (69.53% from 255 or 30.31% from 584); Blue value is 172 (67.58% from 255 or 29.45% from 584); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB1AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EBB1AC is #144E53. Grayscale: #C1C1C1. Windows color (decimal): -1330772 or 11317739. OLE color: 11317739.

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

Color convert

RGB235177172-
CMYK00.250.270.08
HSL4.76º61.17%79.8%-
HSV(B)4.76º26.81%92.16%-
XYZ57.4352.0946.06-
YUV193.77115.72157.41-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.24%
GREEN value IS 177 (69.53% from 255) = 30.31%
BLUE value IS 172 (67.58% from 255) = 29.45%
R=40.24%
G=30.31%
B=29.45%

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
Decimal23517717200.250.270.084.7661.1779.8
HexEBB1AC0191B853d50
Octal3532612540313310575120
Binary1110101110110001101011000110011101110001011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ebb1ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ebb1ac; }

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

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

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

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

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

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

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

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