#B57294

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

Shades of Bouquet #B57294

Tints of Bouquet #B57294

Color information

#B57294 (or 0xB57294) is unknown color: approx Bouquet. HEX triplet: B5, 72 and 94. RGB value is (181,114,148). Sum of RGB (Red+Green+Blue) = 181+114+148=443 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.86% from 443); Green value is 114 (44.92% from 255 or 25.73% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 181 - color contains mainly: red. Hex color #B57294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57294 is #4A8D6B. Grayscale: #898989. Windows color (decimal): -4885868 or 9728693. OLE color: 9728693.

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

Color convert

RGB181114148-
CMYK00.370.180.29
HSL329.55º31.16%57.84%-
HSV(B)329.55º37.02%70.98%-
XYZ30.422431.05-
YUV137.91133.7158.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.86%
GREEN value IS 114 (44.92% from 255) = 25.73%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=40.86%
G=25.73%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111414800.370.180.29329.5531.1657.84
HexB57294025121D14a1f3a
Octal26516222404522355123772
Binary101101011110010100101000100101100101110110100101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57294; }

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

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

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

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

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

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

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

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