#B57897

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

Shades of Bouquet #B57897

Tints of Bouquet #B57897

Color information

#B57897 (or 0xB57897) is unknown color: approx Bouquet. HEX triplet: B5, 78 and 97. RGB value is (181,120,151). Sum of RGB (Red+Green+Blue) = 181+120+151=452 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.04% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 151 (59.38% from 255 or 33.41% from 452); Max value from RGB is 181 - color contains mainly: red. Hex color #B57897 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57897 is #4A8768. Grayscale: #8D8D8D. Windows color (decimal): -4884329 or 9926837. OLE color: 9926837.

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

Color convert

RGB181120151-
CMYK00.340.170.29
HSL329.51º29.19%59.02%-
HSV(B)329.51º33.7%70.98%-
XYZ31.3625.4932.55-
YUV141.77133.21155.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.04%
GREEN value IS 120 (47.27% from 255) = 26.55%
BLUE value IS 151 (59.38% from 255) = 33.41%
R=40.04%
G=26.55%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112015100.340.170.29329.5129.1959.02
HexB57897022111D14a1d3b
Octal26517022704221355123573
Binary101101011111000100101110100010100011110110100101011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57897; }

 p { color: rgb(181,120,151); }

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

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

 a { background-color: rgb(181,120,151); }

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

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

 span { border-color: rgb(181,120,151); }

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