#B37494

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

Shades of Bouquet #B37494

Tints of Bouquet #B37494

Color information

#B37494 (or 0xB37494) is unknown color: approx Bouquet. HEX triplet: B3, 74 and 94. RGB value is (179,116,148). Sum of RGB (Red+Green+Blue) = 179+116+148=443 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.41% from 443); Green value is 116 (45.70% from 255 or 26.19% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 179 - color contains mainly: red. Hex color #B37494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37494 is #4C8B6B. Grayscale: #8A8A8A. Windows color (decimal): -5016428 or 9729203. OLE color: 9729203.

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

Color convert

RGB179116148-
CMYK00.350.170.30
HSL329.52º29.3%57.84%-
HSV(B)329.52º35.2%70.2%-
XYZ30.1824.2131.1-
YUV138.49133.37156.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.41%
GREEN value IS 116 (45.70% from 255) = 26.19%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=40.41%
G=26.19%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911614800.350.170.30329.5229.357.84
HexB37494023111E14a1d3a
Octal26316422404321365123572
Binary101100111110100100101000100011100011111010100101011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37494; }

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

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

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

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

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

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

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

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