#B984A1

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

Shades of Bouquet #B984A1

Tints of Bouquet #B984A1

Color information

#B984A1 (or 0xB984A1) is unknown color: approx Bouquet. HEX triplet: B9, 84 and A1. RGB value is (185,132,161). Sum of RGB (Red+Green+Blue) = 185+132+161=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 132 (51.95% from 255 or 27.62% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B984A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984A1 is #467B5E. Grayscale: #979797. Windows color (decimal): -4619103 or 10585273. OLE color: 10585273.

HSL color Cylindrical-coordinate representation of color #B984A1: hue angle of 327.17º degrees, saturation: 0.27, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B984A1 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB185132161-
CMYK00.290.130.27
HSL327.17º27.46%62.16%-
HSV(B)327.17º28.65%72.55%-
XYZ34.6929.3937.56-
YUV151.15133.56152.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.70%
GREEN value IS 132 (51.95% from 255) = 27.62%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=38.70%
G=27.62%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513216100.290.130.27327.1727.4662.16
HexB984A101DD1B1471b3e
Octal27120424103515335073376
Binary10111001100001001010000101110111011101110100011111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984A1; }

 p { color: rgb(185,132,161); }

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

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

 a { background-color: rgb(185,132,161); }

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

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

 span { border-color: rgb(185,132,161); }

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