#B984A4

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

Shades of Bouquet #B984A4

Tints of Bouquet #B984A4

Color information

#B984A4 (or 0xB984A4) is unknown color: approx Bouquet. HEX triplet: B9, 84 and A4. RGB value is (185,132,164). Sum of RGB (Red+Green+Blue) = 185+132+164=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 132 (51.95% from 255 or 27.44% from 481); Blue value is 164 (64.45% from 255 or 34.10% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B984A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984A4 is #467B5B. Grayscale: #979797. Windows color (decimal): -4619100 or 10781881. OLE color: 10781881.

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

Color convert

RGB185132164-
CMYK00.290.110.27
HSL323.77º27.46%62.16%-
HSV(B)323.77º28.65%72.55%-
XYZ34.9629.538.97-
YUV151.49135.06151.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.46%
GREEN value IS 132 (51.95% from 255) = 27.44%
BLUE value IS 164 (64.45% from 255) = 34.10%
R=38.46%
G=27.44%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513216400.290.110.27323.7727.4662.16
HexB984A401DB1B1441b3e
Octal27120424403513335043376
Binary10111001100001001010010001110110111101110100010011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984A4; }

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

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

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

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

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

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

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

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