#B37999

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

Shades of Bouquet #B37999

Tints of Bouquet #B37999

Color information

#B37999 (or 0xB37999) is unknown color: approx Bouquet. HEX triplet: B3, 79 and 99. RGB value is (179,121,153). Sum of RGB (Red+Green+Blue) = 179+121+153=453 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.51% from 453); Green value is 121 (47.66% from 255 or 26.71% from 453); Blue value is 153 (60.16% from 255 or 33.77% from 453); Max value from RGB is 179 - color contains mainly: red. Hex color #B37999 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37999 is #4C8666. Grayscale: #8D8D8D. Windows color (decimal): -5015143 or 10058163. OLE color: 10058163.

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

Color convert

RGB179121153-
CMYK00.320.150.30
HSL326.9º27.62%58.82%-
HSV(B)326.9º32.4%70.2%-
XYZ31.1825.5633.43-
YUV141.99134.22154.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.51%
GREEN value IS 121 (47.66% from 255) = 26.71%
BLUE value IS 153 (60.16% from 255) = 33.77%
R=39.51%
G=26.71%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.15
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912115300.320.150.30326.927.6258.82
HexB37999020F1E1471c3b
Octal26317123104017365073473
Binary10110011111100110011001010000011111111010100011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37999; }

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

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

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

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

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

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

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

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