#B37394

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

Shades of Bouquet #B37394

Tints of Bouquet #B37394

Color information

#B37394 (or 0xB37394) is unknown color: approx Bouquet. HEX triplet: B3, 73 and 94. RGB value is (179,115,148). Sum of RGB (Red+Green+Blue) = 179+115+148=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 115 (45.31% from 255 or 26.02% from 442); Blue value is 148 (58.20% from 255 or 33.48% from 442); Max value from RGB is 179 - color contains mainly: red. Hex color #B37394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37394 is #4C8C6B. Grayscale: #898989. Windows color (decimal): -5016684 or 9728947. OLE color: 9728947.

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

Color convert

RGB179115148-
CMYK00.360.170.30
HSL329.06º29.63%57.65%-
HSV(B)329.06º35.75%70.2%-
XYZ30.0723.9831.06-
YUV137.9133.7157.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.50%
GREEN value IS 115 (45.31% from 255) = 26.02%
BLUE value IS 148 (58.20% from 255) = 33.48%
R=40.50%
G=26.02%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911514800.360.170.30329.0629.6357.65
HexB37394024111E1491e3a
Octal26316322404421365113672
Binary101100111110011100101000100100100011111010100100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37394; }

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

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

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

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

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

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

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

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