#EBBCB0

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

Shades of Beauty Bush #EBBCB0

Tints of Beauty Bush #EBBCB0

Color information

#EBBCB0 (or 0xEBBCB0) is unknown color: approx Beauty Bush. HEX triplet: EB, BC and B0. RGB value is (235,188,176). Sum of RGB (Red+Green+Blue) = 235+188+176=599 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.23% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 176 (69.14% from 255 or 29.38% from 599); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCB0 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBCB0 is #14434F. Grayscale: #C8C8C8. Windows color (decimal): -1327952 or 11582699. OLE color: 11582699.

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

Color convert

RGB235188176-
CMYK00.20.250.08
HSL12.2º59.6%80.59%-
HSV(B)12.2º25.11%92.16%-
XYZ60.0856.7648.86-
YUV200.68114.07152.48-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.23%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 176 (69.14% from 255) = 29.38%
R=39.23%
G=31.39%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.25
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518817600.20.250.0812.259.680.59
HexEBBCB0014198c3c51
Octal35327426002431101474121
Binary11101011101111001011000001010011001100011001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCB0; }

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

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

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

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

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

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

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

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