#B984A3

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

Shades of Bouquet #B984A3

Tints of Bouquet #B984A3

Color information

#B984A3 (or 0xB984A3) is unknown color: approx Bouquet. HEX triplet: B9, 84 and A3. RGB value is (185,132,163). Sum of RGB (Red+Green+Blue) = 185+132+163=480 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.54% from 480); Green value is 132 (51.95% from 255 or 27.5% from 480); Blue value is 163 (64.06% from 255 or 33.96% from 480); Max value from RGB is 185 - color contains mainly: red. Hex color #B984A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B984A3 is #467B5C. Grayscale: #979797. Windows color (decimal): -4619101 or 10716345. OLE color: 10716345.

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

Color convert

RGB185132163-
CMYK00.290.120.27
HSL324.91º27.46%62.16%-
HSV(B)324.91º28.65%72.55%-
XYZ34.8729.4638.5-
YUV151.38134.56151.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.54%
GREEN value IS 132 (51.95% from 255) = 27.5%
BLUE value IS 163 (64.06% from 255) = 33.96%
R=38.54%
G=27.5%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18513216300.290.120.27324.9127.4662.16
HexB984A301DC1B1451b3e
Octal27120424303514335053376
Binary10111001100001001010001101110111001101110100010111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B984A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B984A3; }

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

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

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

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

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

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

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

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