#B57599

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

Shades of Bouquet #B57599

Tints of Bouquet #B57599

Color information

#B57599 (or 0xB57599) is unknown color: approx Bouquet. HEX triplet: B5, 75 and 99. RGB value is (181,117,153). Sum of RGB (Red+Green+Blue) = 181+117+153=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B57599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57599 is #4A8A66. Grayscale: #8C8C8C. Windows color (decimal): -4885095 or 10057141. OLE color: 10057141.

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

Color convert

RGB181117153-
CMYK00.350.150.29
HSL326.25º30.19%58.43%-
HSV(B)326.25º35.36%70.98%-
XYZ31.1724.8533.29-
YUV140.24135.2157.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 117 (46.09% from 255) = 25.94%
BLUE value IS 153 (60.16% from 255) = 33.92%
R=40.13%
G=25.94%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111715300.350.150.29326.2530.1958.43
HexB57599023F1D1461e3a
Octal26516523104317355063672
Binary10110101111010110011001010001111111110110100011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57599; }

 p { color: rgb(181,117,153); }

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

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

 a { background-color: rgb(181,117,153); }

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

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

 span { border-color: rgb(181,117,153); }

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