#EBB9B3

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

Shades of Beauty Bush #EBB9B3

Tints of Beauty Bush #EBB9B3

Color information

#EBB9B3 (or 0xEBB9B3) is unknown color: approx Beauty Bush. HEX triplet: EB, B9 and B3. RGB value is (235,185,179). Sum of RGB (Red+Green+Blue) = 235+185+179=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 185 (72.66% from 255 or 30.88% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB9B3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB9B3 is #14464C. Grayscale: #C7C7C7. Windows color (decimal): -1328717 or 11778539. OLE color: 11778539.

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

Color convert

RGB235185179-
CMYK00.210.240.08
HSL6.43º58.33%81.18%-
HSV(B)6.43º23.83%92.16%-
XYZ59.7555.6150.23-
YUV199.27116.56153.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 185 (72.66% from 255) = 30.88%
BLUE value IS 179 (70.31% from 255) = 29.88%
R=39.23%
G=30.88%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518517900.210.240.086.4358.3381.18
HexEBB9B301518863a51
Octal3532712630253010672121
Binary1110101110111001101100110101011100010001101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB9B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB9B3; }

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

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

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

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

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

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

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

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