#EBBCB4

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

Shades of Beauty Bush #EBBCB4

Tints of Beauty Bush #EBBCB4

Color information

#EBBCB4 (or 0xEBBCB4) is unknown color: approx Beauty Bush. HEX triplet: EB, BC and B4. RGB value is (235,188,180). Sum of RGB (Red+Green+Blue) = 235+188+180=603 (79% of max value = 765). Red value is 235 (92.19% from 255 or 38.97% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 180 (70.70% from 255 or 29.85% from 603); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCB4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCB4 is #14434B. Grayscale: #C9C9C9. Windows color (decimal): -1327948 or 11844843. OLE color: 11844843.

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

Color convert

RGB235188180-
CMYK00.20.230.08
HSL8.73º57.89%81.37%-
HSV(B)8.73º23.4%92.16%-
XYZ60.4856.9250.98-
YUV201.14116.07152.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.97%
GREEN value IS 188 (73.83% from 255) = 31.18%
BLUE value IS 180 (70.70% from 255) = 29.85%
R=38.97%
G=31.18%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.23
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518818000.20.230.088.7357.8981.37
HexEBBCB401417893a51
Octal35327426402427101172121
Binary11101011101111001011010001010010111100010011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCB4; }

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

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

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

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

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

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

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

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