#B57196

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

Shades of Bouquet #B57196

Tints of Bouquet #B57196

Color information

#B57196 (or 0xB57196) is unknown color: approx Bouquet. HEX triplet: B5, 71 and 96. RGB value is (181,113,150). Sum of RGB (Red+Green+Blue) = 181+113+150=444 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.77% from 444); Green value is 113 (44.53% from 255 or 25.45% from 444); Blue value is 150 (58.98% from 255 or 33.78% from 444); Max value from RGB is 181 - color contains mainly: red. Hex color #B57196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57196 is #4A8E69. Grayscale: #898989. Windows color (decimal): -4886122 or 9859509. OLE color: 9859509.

HSL color Cylindrical-coordinate representation of color #B57196: hue angle of 327.35º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B57196 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB181113150-
CMYK00.380.170.29
HSL327.35º31.48%57.65%-
HSV(B)327.35º37.57%70.98%-
XYZ30.4723.8431.85-
YUV137.55135.03158.99-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.77%
GREEN value IS 113 (44.53% from 255) = 25.45%
BLUE value IS 150 (58.98% from 255) = 33.78%
R=40.77%
G=25.45%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111315000.380.170.29327.3531.4857.65
HexB57196026111D1471f3a
Octal26516122604621355073772
Binary101101011110001100101100100110100011110110100011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57196; }

 p { color: rgb(181,113,150); }

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

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

 a { background-color: rgb(181,113,150); }

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

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

 span { border-color: rgb(181,113,150); }

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