#EBB8B0

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

Shades of Beauty Bush #EBB8B0

Tints of Beauty Bush #EBB8B0

Color information

#EBB8B0 (or 0xEBB8B0) is unknown color: approx Beauty Bush. HEX triplet: EB, B8 and B0. RGB value is (235,184,176). Sum of RGB (Red+Green+Blue) = 235+184+176=595 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.50% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 176 (69.14% from 255 or 29.58% from 595); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8B0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBB8B0 is #14474F. Grayscale: #C6C6C6. Windows color (decimal): -1328976 or 11581675. OLE color: 11581675.

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

Color convert

RGB235184176-
CMYK00.220.250.08
HSL8.14º59.6%80.59%-
HSV(B)8.14º25.11%92.16%-
XYZ59.2455.0848.58-
YUV198.34115.4154.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.50%
GREEN value IS 184 (72.27% from 255) = 30.92%
BLUE value IS 176 (69.14% from 255) = 29.58%
R=39.50%
G=30.92%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518417600.220.250.088.1459.680.59
HexEBB8B001619883c51
Octal35327026002631101074121
Binary11101011101110001011000001011011001100010001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8B0; }

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

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

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

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

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

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

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

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