#B37898

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

Shades of Bouquet #B37898

Tints of Bouquet #B37898

Color information

#B37898 (or 0xB37898) is unknown color: approx Bouquet. HEX triplet: B3, 78 and 98. RGB value is (179,120,152). Sum of RGB (Red+Green+Blue) = 179+120+152=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 152 (59.77% from 255 or 33.70% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B37898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37898 is #4C8767. Grayscale: #8D8D8D. Windows color (decimal): -5015400 or 9992371. OLE color: 9992371.

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

Color convert

RGB179120152-
CMYK00.330.150.30
HSL327.46º27.96%58.63%-
HSV(B)327.46º32.96%70.2%-
XYZ30.9725.2832.95-
YUV141.29134.05154.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 120 (47.27% from 255) = 26.61%
BLUE value IS 152 (59.77% from 255) = 33.70%
R=39.69%
G=26.61%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912015200.330.150.30327.4627.9658.63
HexB37898021F1E1471c3b
Octal26317023004117365073473
Binary10110011111100010011000010000111111111010100011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37898

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37898; }

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

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

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

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

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

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

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

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