#EBC1BB

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

Shades of Beauty Bush #EBC1BB

Tints of Beauty Bush #EBC1BB

Color information

#EBC1BB (or 0xEBC1BB) is unknown color: approx Beauty Bush. HEX triplet: EB, C1 and BB. RGB value is (235,193,187). Sum of RGB (Red+Green+Blue) = 235+193+187=615 (81% of max value = 765). Red value is 235 (92.19% from 255 or 38.21% from 615); Green value is 193 (75.78% from 255 or 31.38% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 235 - color contains mainly: red. Hex color #EBC1BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBC1BB is #143E44. Grayscale: #CCCCCC. Windows color (decimal): -1326661 or 12304875. OLE color: 12304875.

HSL color Cylindrical-coordinate representation of color #EBC1BB: hue angle of 7.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EBC1BB is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB235193187-
CMYK00.180.200.08
HSL7.5º54.55%82.75%-
HSV(B)7.5º20.43%92.16%-
XYZ62.359.3955.19-
YUV204.87117.91149.49-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.21%
GREEN value IS 193 (75.78% from 255) = 31.38%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=38.21%
G=31.38%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23519318700.180.200.087.554.5582.75
HexEBC1BB01214883753
Octal35330127302224101067123
Binary11101011110000011011101101001010100100010001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1BB; }

 p { color: rgb(235,193,187); }

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

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

 a { background-color: rgb(235,193,187); }

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

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

 span { border-color: rgb(235,193,187); }

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