#B37799

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

Shades of Bouquet #B37799

Tints of Bouquet #B37799

Color information

#B37799 (or 0xB37799) is unknown color: approx Bouquet. HEX triplet: B3, 77 and 99. RGB value is (179,119,153). Sum of RGB (Red+Green+Blue) = 179+119+153=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 119 (46.88% from 255 or 26.39% from 451); Blue value is 153 (60.16% from 255 or 33.92% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B37799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37799 is #4C8866. Grayscale: #8C8C8C. Windows color (decimal): -5015655 or 10057651. OLE color: 10057651.

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

Color convert

RGB179119153-
CMYK00.340.150.30
HSL326º28.3%58.43%-
HSV(B)326º33.52%70.2%-
XYZ30.9425.0833.35-
YUV140.82134.88155.24-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 119 (46.88% from 255) = 26.39%
BLUE value IS 153 (60.16% from 255) = 33.92%
R=39.69%
G=26.39%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911915300.340.150.3032628.358.43
HexB37799022F1E1461c3a
Octal26316723104217365063472
Binary10110011111011110011001010001011111111010100011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37799; }

 p { color: rgb(179,119,153); }

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

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

 a { background-color: rgb(179,119,153); }

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

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

 span { border-color: rgb(179,119,153); }

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