#B981A2

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

Shades of Bouquet #B981A2

Tints of Bouquet #B981A2

Color information

#B981A2 (or 0xB981A2) is unknown color: approx Bouquet. HEX triplet: B9, 81 and A2. RGB value is (185,129,162). Sum of RGB (Red+Green+Blue) = 185+129+162=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 162 (63.67% from 255 or 34.03% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B981A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981A2 is #467E5D. Grayscale: #959595. Windows color (decimal): -4619870 or 10650041. OLE color: 10650041.

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

Color convert

RGB185129162-
CMYK00.300.120.27
HSL324.64º28.57%61.57%-
HSV(B)324.64º30.27%72.55%-
XYZ34.3828.6237.9-
YUV149.51135.05153.32-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.87%
GREEN value IS 129 (50.78% from 255) = 27.10%
BLUE value IS 162 (63.67% from 255) = 34.03%
R=38.87%
G=27.10%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512916200.300.120.27324.6428.5761.57
HexB981A201EC1B1451d3e
Octal27120124203614335053576
Binary10111001100000011010001001111011001101110100010111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981A2; }

 p { color: rgb(185,129,162); }

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

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

 a { background-color: rgb(185,129,162); }

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

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

 span { border-color: rgb(185,129,162); }

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