#B37498

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

Shades of Bouquet #B37498

Tints of Bouquet #B37498

Color information

#B37498 (or 0xB37498) is unknown color: approx Bouquet. HEX triplet: B3, 74 and 98. RGB value is (179,116,152). Sum of RGB (Red+Green+Blue) = 179+116+152=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B37498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37498 is #4C8B67. Grayscale: #8A8A8A. Windows color (decimal): -5016424 or 9991347. OLE color: 9991347.

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

Color convert

RGB179116152-
CMYK00.350.150.30
HSL325.71º29.3%57.84%-
HSV(B)325.71º35.2%70.2%-
XYZ30.524.3432.8-
YUV138.94135.37156.57-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=40.04%
G=25.95%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911615200.350.150.30325.7129.357.84
HexB37498023F1E1461d3a
Octal26316423004317365063572
Binary10110011111010010011000010001111111111010100011011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37498; }

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

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

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

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

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

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

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

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