#B57698

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

Shades of Bouquet #B57698

Tints of Bouquet #B57698

Color information

#B57698 (or 0xB57698) is unknown color: approx Bouquet. HEX triplet: B5, 76 and 98. RGB value is (181,118,152). Sum of RGB (Red+Green+Blue) = 181+118+152=451 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.13% from 451); Green value is 118 (46.48% from 255 or 26.16% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 181 - color contains mainly: red. Hex color #B57698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57698 is #4A8967. Grayscale: #8C8C8C. Windows color (decimal): -4884840 or 9991861. OLE color: 9991861.

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

Color convert

RGB181118152-
CMYK00.350.160.29
HSL327.62º29.86%58.63%-
HSV(B)327.62º34.81%70.98%-
XYZ31.225.0532.9-
YUV140.71134.37156.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.13%
GREEN value IS 118 (46.48% from 255) = 26.16%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=40.13%
G=26.16%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111815200.350.160.29327.6229.8658.63
HexB57698023101D1481e3b
Octal26516623004320355103673
Binary101101011110110100110000100011100001110110100100011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57698; }

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

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

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

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

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

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

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

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