#B981A9

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

Shades of Bouquet #B981A9

Tints of Bouquet #B981A9

Color information

#B981A9 (or 0xB981A9) is unknown color: approx Bouquet. HEX triplet: B9, 81 and A9. RGB value is (185,129,169). Sum of RGB (Red+Green+Blue) = 185+129+169=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B981A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981A9 is #467E56. Grayscale: #969696. Windows color (decimal): -4619863 or 11108793. OLE color: 11108793.

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

Color convert

RGB185129169-
CMYK00.300.090.27
HSL317.14º28.57%61.57%-
HSV(B)317.14º30.27%72.55%-
XYZ35.0228.8841.26-
YUV150.3138.55152.75-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.30%
GREEN value IS 129 (50.78% from 255) = 26.71%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=38.30%
G=26.71%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512916900.300.090.27317.1428.5761.57
HexB981A901E91B13d1d3e
Octal27120125103611334753576
Binary10111001100000011010100101111010011101110011110111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981A9; }

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

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

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

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

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

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

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

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