#B887A3

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

Shades of Bouquet #B887A3

Tints of Bouquet #B887A3

Color information

#B887A3 (or 0xB887A3) is unknown color: approx Bouquet. HEX triplet: B8, 87 and A3. RGB value is (184,135,163). Sum of RGB (Red+Green+Blue) = 184+135+163=482 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.17% from 482); Green value is 135 (53.12% from 255 or 28.01% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 184 - color contains mainly: red. Hex color #B887A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B887A3 is #47785C. Grayscale: #989898. Windows color (decimal): -4683869 or 10717112. OLE color: 10717112.

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

Color convert

RGB184135163-
CMYK00.270.110.28
HSL325.71º25.65%62.55%-
HSV(B)325.71º26.63%72.16%-
XYZ35.0430.1638.63-
YUV152.84133.73150.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.17%
GREEN value IS 135 (53.12% from 255) = 28.01%
BLUE value IS 163 (64.06% from 255) = 33.82%
R=38.17%
G=28.01%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18413516300.270.110.28325.7125.6562.55
HexB887A301BB1C1461a3f
Octal27020724303313345063277
Binary10111000100001111010001101101110111110010100011011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B887A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B887A3; }

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

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

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

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

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

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

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

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