#B37298

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

Shades of Bouquet #B37298

Tints of Bouquet #B37298

Color information

#B37298 (or 0xB37298) is unknown color: approx Bouquet. HEX triplet: B3, 72 and 98. RGB value is (179,114,152). Sum of RGB (Red+Green+Blue) = 179+114+152=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 114 (44.92% from 255 or 25.62% from 445); Blue value is 152 (59.77% from 255 or 34.16% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B37298 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37298 is #4C8D67. Grayscale: #898989. Windows color (decimal): -5016936 or 9990835. OLE color: 9990835.

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

Color convert

RGB179114152-
CMYK00.360.150.30
HSL324.92º29.95%57.45%-
HSV(B)324.92º36.31%70.2%-
XYZ30.2823.8932.72-
YUV137.77136.03157.41-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 114 (44.92% from 255) = 25.62%
BLUE value IS 152 (59.77% from 255) = 34.16%
R=40.22%
G=25.62%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911415200.360.150.30324.9229.9557.45
HexB37298024F1E1451e39
Octal26316223004417365053671
Binary10110011111001010011000010010011111111010100010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37298; }

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

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

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

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

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

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

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

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