#B981A1

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

Shades of Bouquet #B981A1

Tints of Bouquet #B981A1

Color information

#B981A1 (or 0xB981A1) is unknown color: approx Bouquet. HEX triplet: B9, 81 and A1. RGB value is (185,129,161). Sum of RGB (Red+Green+Blue) = 185+129+161=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B981A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981A1 is #467E5E. Grayscale: #959595. Windows color (decimal): -4619871 or 10584505. OLE color: 10584505.

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

Color convert

RGB185129161-
CMYK00.300.130.27
HSL325.71º28.57%61.57%-
HSV(B)325.71º30.27%72.55%-
XYZ34.2928.5937.43-
YUV149.39134.55153.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 38.95%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=38.95%
G=27.16%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512916100.300.130.27325.7128.5761.57
HexB981A101ED1B1461d3e
Octal27120124103615335063576
Binary10111001100000011010000101111011011101110100011011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981A1; }

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

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

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

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

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

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

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

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