#B57696

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

Shades of Bouquet #B57696

Tints of Bouquet #B57696

Color information

#B57696 (or 0xB57696) is unknown color: approx Bouquet. HEX triplet: B5, 76 and 96. RGB value is (181,118,150). Sum of RGB (Red+Green+Blue) = 181+118+150=449 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.31% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 150 (58.98% from 255 or 33.41% from 449); Max value from RGB is 181 - color contains mainly: red. Hex color #B57696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57696 is #4A8969. Grayscale: #8C8C8C. Windows color (decimal): -4884842 or 9860789. OLE color: 9860789.

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

Color convert

RGB181118150-
CMYK00.350.170.29
HSL329.52º29.86%58.63%-
HSV(B)329.52º34.81%70.98%-
XYZ31.0424.9832.04-
YUV140.48133.37156.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.31%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 150 (58.98% from 255) = 33.41%
R=40.31%
G=26.28%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111815000.350.170.29329.5229.8658.63
HexB57696023111D14a1e3b
Octal26516622604321355123673
Binary101101011110110100101100100011100011110110100101011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57696; }

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

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

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

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

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

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

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

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