#B87AA6

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

Shades of Bouquet #B87AA6

Tints of Bouquet #B87AA6

Color information

#B87AA6 (or 0xB87AA6) is unknown color: approx Bouquet. HEX triplet: B8, 7A and A6. RGB value is (184,122,166). Sum of RGB (Red+Green+Blue) = 184+122+166=472 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.98% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 184 - color contains mainly: red. Hex color #B87AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87AA6 is #478559. Grayscale: #919191. Windows color (decimal): -4687194 or 10910392. OLE color: 10910392.

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

Color convert

RGB184122166-
CMYK00.340.100.28
HSL317.42º30.39%60%-
HSV(B)317.42º33.7%72.16%-
XYZ33.6126.8639.49-
YUV145.55139.54155.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.98%
GREEN value IS 122 (48.05% from 255) = 25.85%
BLUE value IS 166 (65.23% from 255) = 35.17%
R=38.98%
G=25.85%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412216600.340.100.28317.4230.3960
HexB87AA6022A1C13d1e3c
Octal27017224604212344753674
Binary10111000111101010100110010001010101110010011110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87AA6; }

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

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

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

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

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

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

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

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