#B57A99

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

Shades of Bouquet #B57A99

Tints of Bouquet #B57A99

Color information

#B57A99 (or 0xB57A99) is unknown color: approx Bouquet. HEX triplet: B5, 7A and 99. RGB value is (181,122,153). Sum of RGB (Red+Green+Blue) = 181+122+153=456 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.69% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 181 - color contains mainly: red. Hex color #B57A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57A99 is #4A8566. Grayscale: #8F8F8F. Windows color (decimal): -4883815 or 10058421. OLE color: 10058421.

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

Color convert

RGB181122153-
CMYK00.330.150.29
HSL328.47º28.5%59.41%-
HSV(B)328.47º32.6%70.98%-
XYZ31.7726.0433.49-
YUV143.17133.55154.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.69%
GREEN value IS 122 (48.05% from 255) = 26.75%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=39.69%
G=26.75%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112215300.330.150.29328.4728.559.41
HexB57A99021F1D1481d3b
Octal26517223104117355103573
Binary10110101111101010011001010000111111110110100100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57A99; }

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

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

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

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

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

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

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

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