#EBBCB3

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

Shades of Beauty Bush #EBBCB3

Tints of Beauty Bush #EBBCB3

Color information

#EBBCB3 (or 0xEBBCB3) is unknown color: approx Beauty Bush. HEX triplet: EB, BC and B3. RGB value is (235,188,179). Sum of RGB (Red+Green+Blue) = 235+188+179=602 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.04% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 179 (70.31% from 255 or 29.73% from 602); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCB3 is #14434C. Grayscale: #C9C9C9. Windows color (decimal): -1327949 or 11779307. OLE color: 11779307.

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

Color convert

RGB235188179-
CMYK00.20.240.08
HSL9.64º58.33%81.18%-
HSV(B)9.64º23.83%92.16%-
XYZ60.3856.8850.44-
YUV201.03115.57152.23-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.04%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 179 (70.31% from 255) = 29.73%
R=39.04%
G=31.23%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.24
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518817900.20.240.089.6458.3381.18
HexEBBCB3014188a3a51
Octal35327426302430101272121
Binary11101011101111001011001101010011000100010101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCB3; }

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

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

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

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

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

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

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

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