#B57697

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

Shades of Bouquet #B57697

Tints of Bouquet #B57697

Color information

#B57697 (or 0xB57697) is unknown color: approx Bouquet. HEX triplet: B5, 76 and 97. RGB value is (181,118,151). Sum of RGB (Red+Green+Blue) = 181+118+151=450 (59% of max value = 765). Red value is 181 (71.09% from 255 or 40.22% from 450); Green value is 118 (46.48% from 255 or 26.22% from 450); Blue value is 151 (59.38% from 255 or 33.56% from 450); Max value from RGB is 181 - color contains mainly: red. Hex color #B57697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B57697 is #4A8968. Grayscale: #8C8C8C. Windows color (decimal): -4884841 or 9926325. OLE color: 9926325.

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

Color convert

RGB181118151-
CMYK00.350.170.29
HSL328.57º29.86%58.63%-
HSV(B)328.57º34.81%70.98%-
XYZ31.1225.0132.47-
YUV140.6133.87156.82-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 40.22%
GREEN value IS 118 (46.48% from 255) = 26.22%
BLUE value IS 151 (59.38% from 255) = 33.56%
R=40.22%
G=26.22%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18111815100.350.170.29328.5729.8658.63
HexB57697023111D1491e3b
Octal26516622704321355113673
Binary101101011110110100101110100011100011110110100100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B57697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B57697; }

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

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

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

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

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

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

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

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