#E6B1AF

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

Shades of Beauty Bush #E6B1AF

Tints of Beauty Bush #E6B1AF

Color information

#E6B1AF (or 0xE6B1AF) is unknown color: approx Beauty Bush. HEX triplet: E6, B1 and AF. RGB value is (230,177,175). Sum of RGB (Red+Green+Blue) = 230+177+175=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 177 (69.53% from 255 or 30.41% from 582); Blue value is 175 (68.75% from 255 or 30.07% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B1AF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #E6B1AF is #194E50. Grayscale: #C0C0C0. Windows color (decimal): -1658449 or 11514342. OLE color: 11514342.

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

Color convert

RGB230177175-
CMYK00.230.240.10
HSL2.18º52.38%79.41%-
HSV(B)2.18º23.91%90.2%-
XYZ56.0951.3647.51-
YUV192.62118.06154.66-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.52%
GREEN value IS 177 (69.53% from 255) = 30.41%
BLUE value IS 175 (68.75% from 255) = 30.07%
R=39.52%
G=30.41%
B=30.07%

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
Decimal23017717500.230.240.102.1852.3879.41
HexE6B1AF01718A2344f
Octal3462612570273012264117
Binary111001101011000110101111010111110001010101101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B1AF; }

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

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

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

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

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

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

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

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