#B86EA0

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

Shades of Bouquet #B86EA0

Tints of Bouquet #B86EA0

Color information

#B86EA0 (or 0xB86EA0) is unknown color: approx Bouquet. HEX triplet: B8, 6E and A0. RGB value is (184,110,160). Sum of RGB (Red+Green+Blue) = 184+110+160=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 110 (43.36% from 255 or 24.23% from 454); Blue value is 160 (62.89% from 255 or 35.24% from 454); Max value from RGB is 184 - color contains mainly: red. Hex color #B86EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B86EA0 is #47915F. Grayscale: #898989. Windows color (decimal): -4690272 or 10514104. OLE color: 10514104.

HSL color Cylindrical-coordinate representation of color #B86EA0: hue angle of 319.46º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B86EA0 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB184110160-
CMYK00.400.130.28
HSL319.46º34.26%57.65%-
HSV(B)319.46º40.22%72.16%-
XYZ31.6923.8836.2-
YUV137.83140.52160.93-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.53%
GREEN value IS 110 (43.36% from 255) = 24.23%
BLUE value IS 160 (62.89% from 255) = 35.24%
R=40.53%
G=24.23%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18411016000.400.130.28319.4634.2657.65
HexB86EA0028D1C13f223a
Octal27015624005015344774272
Binary101110001101110101000000101000110111100100111111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86EA0; }

 p { color: rgb(184,110,160); }

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

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

 a { background-color: rgb(184,110,160); }

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

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

 span { border-color: rgb(184,110,160); }

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