#E6BEBA

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

Shades of Beauty Bush #E6BEBA

Tints of Beauty Bush #E6BEBA

Color information

#E6BEBA (or 0xE6BEBA) is unknown color: approx Beauty Bush. HEX triplet: E6, BE and BA. RGB value is (230,190,186). Sum of RGB (Red+Green+Blue) = 230+190+186=606 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.95% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEBA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BEBA is #194145. Grayscale: #C9C9C9. Windows color (decimal): -1655110 or 12238566. OLE color: 12238566.

HSL color Cylindrical-coordinate representation of color #E6BEBA: hue angle of 5.45º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BEBA is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB230190186-
CMYK00.170.190.10
HSL5.45º46.81%81.57%-
HSV(B)5.45º19.13%90.2%-
XYZ59.9157.254.34-
YUV201.5119.25148.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.95%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 186 (73.05% from 255) = 30.69%
R=37.95%
G=31.35%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019018600.170.190.105.4546.8181.57
HexE6BEBA01113A52f52
Octal3462762720212312557122
Binary1110011010111110101110100100011001110101011011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BEBA; }

 p { color: rgb(230,190,186); }

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

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

 a { background-color: rgb(230,190,186); }

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

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

 span { border-color: rgb(230,190,186); }

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