#EBBCB1

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

Shades of Beauty Bush #EBBCB1

Tints of Beauty Bush #EBBCB1

Color information

#EBBCB1 (or 0xEBBCB1) is unknown color: approx Beauty Bush. HEX triplet: EB, BC and B1. RGB value is (235,188,177). Sum of RGB (Red+Green+Blue) = 235+188+177=600 (79% of max value = 765). Red value is 235 (92.19% from 255 or 39.17% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 177 (69.53% from 255 or 29.5% from 600); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCB1 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EBBCB1 is #14434E. Grayscale: #C8C8C8. Windows color (decimal): -1327951 or 11648235. OLE color: 11648235.

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

Color convert

RGB235188177-
CMYK00.20.250.08
HSL11.38º59.18%80.78%-
HSV(B)11.38º24.68%92.16%-
XYZ60.1856.849.39-
YUV200.8114.57152.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 39.17%
GREEN value IS 188 (73.83% from 255) = 31.33%
BLUE value IS 177 (69.53% from 255) = 29.5%
R=39.17%
G=31.33%
B=29.5%

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
Decimal23518817700.20.250.0811.3859.1880.78
HexEBBCB1014198b3b51
Octal35327426102431101373121
Binary11101011101111001011000101010011001100010111110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCB1; }

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

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

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

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

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

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

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

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