#B57898

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

Shades of Bouquet #B57898

Tints of Bouquet #B57898

Color information

#B57898 (or 0xB57898) is unknown color: approx Bouquet. HEX triplet: B5, 78 and 98. RGB value is (181,120,152). Sum of RGB (Red+Green+Blue) = 181+120+152=453 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.96% from 453); Green value is 120 (47.27% from 255 or 26.49% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 181 - color contains mainly: red. Hex color #B57898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57898 is #4A8767. Grayscale: #8D8D8D. Windows color (decimal): -4884328 or 9992373. OLE color: 9992373.

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

Color convert

RGB181120152-
CMYK00.340.160.29
HSL328.52º29.19%59.02%-
HSV(B)328.52º33.7%70.98%-
XYZ31.4425.5232.98-
YUV141.89133.71155.9-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 39.96%
GREEN value IS 120 (47.27% from 255) = 26.49%
BLUE value IS 152 (59.77% from 255) = 33.55%
R=39.96%
G=26.49%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18112015200.340.160.29328.5229.1959.02
HexB57898022101D1491d3b
Octal26517023004220355113573
Binary101101011111000100110000100010100001110110100100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57898; }

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

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

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

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

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

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

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

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