#B87EA0

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

Shades of Bouquet #B87EA0

Tints of Bouquet #B87EA0

Color information

#B87EA0 (or 0xB87EA0) is unknown color: approx Bouquet. HEX triplet: B8, 7E and A0. RGB value is (184,126,160). Sum of RGB (Red+Green+Blue) = 184+126+160=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 126 (49.61% from 255 or 26.81% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B87EA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87EA0 is #47815F. Grayscale: #939393. Windows color (decimal): -4686176 or 10518200. OLE color: 10518200.

HSL color Cylindrical-coordinate representation of color #B87EA0: hue angle of 324.83º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B87EA0 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.28.

Color convert

RGB184126160-
CMYK00.320.130.28
HSL324.83º29%60.78%-
HSV(B)324.83º31.52%72.16%-
XYZ33.5727.6536.83-
YUV147.22135.22154.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 126 (49.61% from 255) = 26.81%
BLUE value IS 160 (62.89% from 255) = 34.04%
R=39.15%
G=26.81%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412616000.320.130.28324.832960.78
HexB87EA0020D1C1451d3d
Octal27017624004015345053575
Binary10111000111111010100000010000011011110010100010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87EA0; }

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

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

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

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

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

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

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

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