#B37697

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

Shades of Bouquet #B37697

Tints of Bouquet #B37697

Color information

#B37697 (or 0xB37697) is unknown color: approx Bouquet. HEX triplet: B3, 76 and 97. RGB value is (179,118,151). Sum of RGB (Red+Green+Blue) = 179+118+151=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 151 (59.38% from 255 or 33.71% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B37697 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37697 is #4C8968. Grayscale: #8B8B8B. Windows color (decimal): -5015913 or 9926323. OLE color: 9926323.

HSL color Cylindrical-coordinate representation of color #B37697: hue angle of 327.54º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B37697 is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB179118151-
CMYK00.340.160.30
HSL327.54º28.64%58.24%-
HSV(B)327.54º34.08%70.2%-
XYZ30.6524.7732.44-
YUV140134.21155.82-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 118 (46.48% from 255) = 26.34%
BLUE value IS 151 (59.38% from 255) = 33.71%
R=39.96%
G=26.34%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911815100.340.160.30327.5428.6458.24
HexB37697022101E1481d3a
Octal26316622704220365103572
Binary101100111110110100101110100010100001111010100100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37697; }

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

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

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

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

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

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

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

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