#EBBCB7

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

Shades of Beauty Bush #EBBCB7

Tints of Beauty Bush #EBBCB7

Color information

#EBBCB7 (or 0xEBBCB7) is unknown color: approx Beauty Bush. HEX triplet: EB, BC and B7. RGB value is (235,188,183). Sum of RGB (Red+Green+Blue) = 235+188+183=606 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.78% from 606); Green value is 188 (73.83% from 255 or 31.02% from 606); Blue value is 183 (71.88% from 255 or 30.20% from 606); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBCB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBCB7 is #144348. Grayscale: #C9C9C9. Windows color (decimal): -1327945 or 12041451. OLE color: 12041451.

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

Color convert

RGB235188183-
CMYK00.20.220.08
HSL5.77º56.52%81.96%-
HSV(B)5.77º22.13%92.16%-
XYZ60.7957.0552.61-
YUV201.48117.57151.91-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 38.78%
GREEN value IS 188 (73.83% from 255) = 31.02%
BLUE value IS 183 (71.88% from 255) = 30.20%
R=38.78%
G=31.02%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.22
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23518818300.20.220.085.7756.5281.96
HexEBBCB701416863952
Octal3532742670242610671122
Binary1110101110111100101101110101001011010001101110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCB7; }

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

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

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

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

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

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

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

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