#B887A7

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

Shades of Bouquet #B887A7

Tints of Bouquet #B887A7

Color information

#B887A7 (or 0xB887A7) is unknown color: approx Bouquet. HEX triplet: B8, 87 and A7. RGB value is (184,135,167). Sum of RGB (Red+Green+Blue) = 184+135+167=486 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.86% from 486); Green value is 135 (53.12% from 255 or 27.78% from 486); Blue value is 167 (65.62% from 255 or 34.36% from 486); Max value from RGB is 184 - color contains mainly: red. Hex color #B887A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B887A7 is #477858. Grayscale: #999999. Windows color (decimal): -4683865 or 10979256. OLE color: 10979256.

HSL color Cylindrical-coordinate representation of color #B887A7: hue angle of 320.82º degrees, saturation: 0.26, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B887A7 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.28.

Color convert

RGB184135167-
CMYK00.270.090.28
HSL320.82º25.65%62.55%-
HSV(B)320.82º26.63%72.16%-
XYZ35.4130.3140.54-
YUV153.3135.73149.9-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.86%
GREEN value IS 135 (53.12% from 255) = 27.78%
BLUE value IS 167 (65.62% from 255) = 34.36%
R=37.86%
G=27.78%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.09
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413516700.270.090.28320.8225.6562.55
HexB887A701B91C1411a3f
Octal27020724703311345013277
Binary10111000100001111010011101101110011110010100000111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B887A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B887A7; }

 p { color: rgb(184,135,167); }

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

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

 a { background-color: rgb(184,135,167); }

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

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

 span { border-color: rgb(184,135,167); }

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