#E6BFB6

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

Shades of Beauty Bush #E6BFB6

Tints of Beauty Bush #E6BFB6

Color information

#E6BFB6 (or 0xE6BFB6) is unknown color: approx Beauty Bush. HEX triplet: E6, BF and B6. RGB value is (230,191,182). Sum of RGB (Red+Green+Blue) = 230+191+182=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 191 (75% from 255 or 31.67% from 603); Blue value is 182 (71.48% from 255 or 30.18% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BFB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BFB6 is #194049. Grayscale: #C9C9C9. Windows color (decimal): -1654858 or 11976678. OLE color: 11976678.

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

Color convert

RGB230191182-
CMYK00.170.210.10
HSL11.25º48.98%80.78%-
HSV(B)11.25º20.87%90.2%-
XYZ59.7157.4652.2-
YUV201.64116.92148.23-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 38.14%
GREEN value IS 191 (75% from 255) = 31.67%
BLUE value IS 182 (71.48% from 255) = 30.18%
R=38.14%
G=31.67%
B=30.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.21
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23019118200.170.210.1011.2548.9880.78
HexE6BFB601115Ab3151
Octal34627726602125121361121
Binary11100110101111111011011001000110101101010111100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFB6; }

 p { color: rgb(230,191,182); }

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

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

 a { background-color: rgb(230,191,182); }

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

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

 span { border-color: rgb(230,191,182); }

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