#B57296

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

Shades of Bouquet #B57296

Tints of Bouquet #B57296

Color information

#B57296 (or 0xB57296) is unknown color: approx Bouquet. HEX triplet: B5, 72 and 96. RGB value is (181,114,150). Sum of RGB (Red+Green+Blue) = 181+114+150=445 (58% of max value = 765). Red value is 181 (71.09% from 255 or 40.67% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 181 - color contains mainly: red. Hex color #B57296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57296 is #4A8D69. Grayscale: #8A8A8A. Windows color (decimal): -4885866 or 9859765. OLE color: 9859765.

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

Color convert

RGB181114150-
CMYK00.370.170.29
HSL327.76º31.16%57.84%-
HSV(B)327.76º37.02%70.98%-
XYZ30.5824.0631.89-
YUV138.14134.7158.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.67%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=40.67%
G=25.62%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111415000.370.170.29327.7631.1657.84
HexB57296025111D1481f3a
Octal26516222604521355103772
Binary101101011110010100101100100101100011110110100100011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57296; }

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

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

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

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

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

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

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

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