#B981A0

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

Shades of Bouquet #B981A0

Tints of Bouquet #B981A0

Color information

#B981A0 (or 0xB981A0) is unknown color: approx Bouquet. HEX triplet: B9, 81 and A0. RGB value is (185,129,160). Sum of RGB (Red+Green+Blue) = 185+129+160=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 129 (50.78% from 255 or 27.22% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B981A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B981A0 is #467E5F. Grayscale: #959595. Windows color (decimal): -4619872 or 10518969. OLE color: 10518969.

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

Color convert

RGB185129160-
CMYK00.300.140.27
HSL326.79º28.57%61.57%-
HSV(B)326.79º30.27%72.55%-
XYZ34.228.5536.97-
YUV149.28134.05153.48-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.03%
GREEN value IS 129 (50.78% from 255) = 27.22%
BLUE value IS 160 (62.89% from 255) = 33.76%
R=39.03%
G=27.22%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18512916000.300.140.27326.7928.5761.57
HexB981A001EE1B1471d3e
Octal27120124003616335073576
Binary10111001100000011010000001111011101101110100011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B981A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B981A0; }

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

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

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

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

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

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

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

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