#E6B2AF

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

Shades of Beauty Bush #E6B2AF

Tints of Beauty Bush #E6B2AF

Color information

#E6B2AF (or 0xE6B2AF) is unknown color: approx Beauty Bush. HEX triplet: E6, B2 and AF. RGB value is (230,178,175). Sum of RGB (Red+Green+Blue) = 230+178+175=583 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.45% from 583); Green value is 178 (69.92% from 255 or 30.53% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B2AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B2AF is #194D50. Grayscale: #C1C1C1. Windows color (decimal): -1658193 or 11514598. OLE color: 11514598.

HSL color Cylindrical-coordinate representation of color #E6B2AF: hue angle of 3.27º degrees, saturation: 0.52, 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 #E6B2AF is Cyan = 0, Magento = 0.23, Yellow = 0.24 and Black (K on CMYK) = 0.10.

Color convert

RGB230178175-
CMYK00.230.240.10
HSL3.27º52.38%79.41%-
HSV(B)3.27º23.91%90.2%-
XYZ56.2951.7647.58-
YUV193.21117.73154.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.45%
GREEN value IS 178 (69.92% from 255) = 30.53%
BLUE value IS 175 (68.75% from 255) = 30.02%
R=39.45%
G=30.53%
B=30.02%

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
Decimal23017817500.230.240.103.2752.3879.41
HexE6B2AF01718A3344f
Octal3462622570273012364117
Binary111001101011001010101111010111110001010111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B2AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B2AF; }

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

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

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

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

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

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

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

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