#B57594

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

Shades of Bouquet #B57594

Tints of Bouquet #B57594

Color information

#B57594 (or 0xB57594) is unknown color: approx Bouquet. HEX triplet: B5, 75 and 94. RGB value is (181,117,148). Sum of RGB (Red+Green+Blue) = 181+117+148=446 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.58% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 181 - color contains mainly: red. Hex color #B57594 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57594 is #4A8A6B. Grayscale: #8B8B8B. Windows color (decimal): -4885100 or 9729461. OLE color: 9729461.

HSL color Cylindrical-coordinate representation of color #B57594: hue angle of 330.94º 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 #B57594 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB181117148-
CMYK00.350.180.29
HSL330.94º30.19%58.43%-
HSV(B)330.94º35.36%70.98%-
XYZ30.7624.6831.16-
YUV139.67132.7157.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.58%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 148 (58.20% from 255) = 33.18%
R=40.58%
G=26.23%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111714800.350.180.29330.9430.1958.43
HexB57594023121D14b1e3a
Octal26516522404322355133672
Binary101101011110101100101000100011100101110110100101111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57594; }

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

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

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

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

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

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

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

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