#B87EA2

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

Shades of Bouquet #B87EA2

Tints of Bouquet #B87EA2

Color information

#B87EA2 (or 0xB87EA2) is unknown color: approx Bouquet. HEX triplet: B8, 7E and A2. RGB value is (184,126,162). Sum of RGB (Red+Green+Blue) = 184+126+162=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B87EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87EA2 is #47815D. Grayscale: #939393. Windows color (decimal): -4686174 or 10649272. OLE color: 10649272.

HSL color Cylindrical-coordinate representation of color #B87EA2: hue angle of 322.76º 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 #B87EA2 is Cyan = 0, Magento = 0.32, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB184126162-
CMYK00.320.120.28
HSL322.76º29%60.78%-
HSV(B)322.76º31.52%72.16%-
XYZ33.7527.7237.75-
YUV147.45136.22154.07-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 126 (49.61% from 255) = 26.69%
BLUE value IS 162 (63.67% from 255) = 34.32%
R=38.98%
G=26.69%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412616200.320.120.28322.762960.78
HexB87EA2020C1C1431d3d
Octal27017624204014345033575
Binary10111000111111010100010010000011001110010100001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87EA2; }

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

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

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

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

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

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

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

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