#B887A1

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

Shades of Bouquet #B887A1

Tints of Bouquet #B887A1

Color information

#B887A1 (or 0xB887A1) is unknown color: approx Bouquet. HEX triplet: B8, 87 and A1. RGB value is (184,135,161). Sum of RGB (Red+Green+Blue) = 184+135+161=480 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.33% from 480); Green value is 135 (53.12% from 255 or 28.12% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 184 - color contains mainly: red. Hex color #B887A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B887A1 is #47785E. Grayscale: #989898. Windows color (decimal): -4683871 or 10586040. OLE color: 10586040.

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

Color convert

RGB184135161-
CMYK00.270.120.28
HSL328.16º25.65%62.55%-
HSV(B)328.16º26.63%72.16%-
XYZ34.8630.0937.69-
YUV152.62132.73150.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.33%
GREEN value IS 135 (53.12% from 255) = 28.12%
BLUE value IS 161 (63.28% from 255) = 33.54%
R=38.33%
G=28.12%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413516100.270.120.28328.1625.6562.55
HexB887A101BC1C1481a3f
Octal27020724103314345103277
Binary10111000100001111010000101101111001110010100100011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B887A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B887A1; }

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

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

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

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

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

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

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

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