#B87AA2

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

Shades of Bouquet #B87AA2

Tints of Bouquet #B87AA2

Color information

#B87AA2 (or 0xB87AA2) is unknown color: approx Bouquet. HEX triplet: B8, 7A and A2. RGB value is (184,122,162). Sum of RGB (Red+Green+Blue) = 184+122+162=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 184 - color contains mainly: red. Hex color #B87AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87AA2 is #47855D. Grayscale: #909090. Windows color (decimal): -4687198 or 10648248. OLE color: 10648248.

HSL color Cylindrical-coordinate representation of color #B87AA2: hue angle of 321.29º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B87AA2 is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB184122162-
CMYK00.340.120.28
HSL321.29º30.39%60%-
HSV(B)321.29º33.7%72.16%-
XYZ33.2526.7237.59-
YUV145.1137.54155.75-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.32%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 162 (63.67% from 255) = 34.62%
R=39.32%
G=26.07%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412216200.340.120.28321.2930.3960
HexB87AA2022C1C1411e3c
Octal27017224204214345013674
Binary10111000111101010100010010001011001110010100000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87AA2; }

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

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

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

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

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

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

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

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