#B57999

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

Shades of Bouquet #B57999

Tints of Bouquet #B57999

Color information

#B57999 (or 0xB57999) is unknown color: approx Bouquet. HEX triplet: B5, 79 and 99. RGB value is (181,121,153). Sum of RGB (Red+Green+Blue) = 181+121+153=455 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.78% from 455); Green value is 121 (47.66% from 255 or 26.59% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 181 - color contains mainly: red. Hex color #B57999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57999 is #4A8666. Grayscale: #8E8E8E. Windows color (decimal): -4884071 or 10058165. OLE color: 10058165.

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

Color convert

RGB181121153-
CMYK00.330.150.29
HSL328º28.85%59.22%-
HSV(B)328º33.15%70.98%-
XYZ31.6425.833.45-
YUV142.59133.88155.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.78%
GREEN value IS 121 (47.66% from 255) = 26.59%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=39.78%
G=26.59%
B=33.63%

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
Decimal18112115300.330.150.2932828.8559.22
HexB57999021F1D1481d3b
Octal26517123104117355103573
Binary10110101111100110011001010000111111110110100100011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57999; }

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

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

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

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

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

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

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

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