#b37397

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

Shades of Bouquet #B37397

Tints of Bouquet #B37397

Color information

#B37397 (or 0xB37397) is unknown color: approx Bouquet. HEX triplet: B3, 73 and 97. RGB value is (179,115,151). Sum of RGB (Red+Green+Blue) = 179+115+151=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B37397 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37397 is #4C8C68. Grayscale: #8A8A8A. Windows color (decimal): -5016681 or 9925555. OLE color: 9925555.

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

Color convert

RGB179115151-
CMYK00.360.160.30
HSL326.25º29.63%57.65%-
HSV(B)326.25º35.75%70.2%-
XYZ30.3124.0832.33-
YUV138.24135.2157.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 115 (45.31% from 255) = 25.84%
BLUE value IS 151 (59.38% from 255) = 33.93%
R=40.22%
G=25.84%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911515100.360.160.30326.2529.6357.65
HexB37397024101E1461e3a
Octal26316322704420365063672
Binary101100111110011100101110100100100001111010100011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b37397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b37397; }

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

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

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

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

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

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

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

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