#E6B2AE

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

Shades of Beauty Bush #E6B2AE

Tints of Beauty Bush #E6B2AE

Color information

#E6B2AE (or 0xE6B2AE) is unknown color: approx Beauty Bush. HEX triplet: E6, B2 and AE. RGB value is (230,178,174). Sum of RGB (Red+Green+Blue) = 230+178+174=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 178 (69.92% from 255 or 30.58% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B2AE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B2AE is #194D51. Grayscale: #C1C1C1. Windows color (decimal): -1658194 or 11449062. OLE color: 11449062.

HSL color Cylindrical-coordinate representation of color #E6B2AE: hue angle of 4.29º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6B2AE is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230178174-
CMYK00.230.240.10
HSL4.29º52.83%79.22%-
HSV(B)4.29º24.35%90.2%-
XYZ56.1951.7247.07-
YUV193.09117.23154.33-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.52%
GREEN value IS 178 (69.92% from 255) = 30.58%
BLUE value IS 174 (68.36% from 255) = 29.90%
R=39.52%
G=30.58%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.24
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23017817400.230.240.104.2952.8379.22
HexE6B2AE01718A4354f
Octal3462622560273012465117
Binary1110011010110010101011100101111100010101001101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B2AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B2AE; }

 p { color: rgb(230,178,174); }

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

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

 a { background-color: rgb(230,178,174); }

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

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

 span { border-color: rgb(230,178,174); }

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