#B87A9F

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

Shades of Bouquet #B87A9F

Tints of Bouquet #B87A9F

Color information

#B87A9F (or 0xB87A9F) is unknown color: approx Bouquet. HEX triplet: B8, 7A and 9F. RGB value is (184,122,159). Sum of RGB (Red+Green+Blue) = 184+122+159=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 122 (48.05% from 255 or 26.24% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B87A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B87A9F is #478560. Grayscale: #909090. Windows color (decimal): -4687201 or 10451640. OLE color: 10451640.

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

Color convert

RGB184122159-
CMYK00.340.140.28
HSL324.19º30.39%60%-
HSV(B)324.19º33.7%72.16%-
XYZ32.9826.6136.2-
YUV144.76136.04155.99-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.57%
GREEN value IS 122 (48.05% from 255) = 26.24%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=39.57%
G=26.24%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18412215900.340.140.28324.1930.3960
HexB87A9F022E1C1441e3c
Octal27017223704216345043674
Binary10111000111101010011111010001011101110010100010011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87A9F; }

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

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

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

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

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

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

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

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