#E6BEBD

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

Shades of Beauty Bush #E6BEBD

Tints of Beauty Bush #E6BEBD

Color information

#E6BEBD (or 0xE6BEBD) is unknown color: approx Beauty Bush. HEX triplet: E6, BE and BD. RGB value is (230,190,189). Sum of RGB (Red+Green+Blue) = 230+190+189=609 (80% of max value = 765). Red value is 230 (90.23% from 255 or 37.77% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 189 (74.22% from 255 or 31.03% from 609); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BEBD is #194142. Grayscale: #C9C9C9. Windows color (decimal): -1655107 or 12435174. OLE color: 12435174.

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

Color convert

RGB230190189-
CMYK00.170.180.10
HSL1.46º45.05%82.16%-
HSV(B)1.46º17.83%90.2%-
XYZ60.2357.3256.03-
YUV201.85120.75148.08-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 37.77%
GREEN value IS 190 (74.61% from 255) = 31.20%
BLUE value IS 189 (74.22% from 255) = 31.03%
R=37.77%
G=31.20%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019018900.170.180.101.4645.0582.16
HexE6BEBD01112A12d52
Octal3462762750212212155122
Binary11100110101111101011110101000110010101011011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BEBD; }

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

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

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

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

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

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

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

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