#B37996

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

Shades of Bouquet #B37996

Tints of Bouquet #B37996

Color information

#B37996 (or 0xB37996) is unknown color: approx Bouquet. HEX triplet: B3, 79 and 96. RGB value is (179,121,150). Sum of RGB (Red+Green+Blue) = 179+121+150=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 121 (47.66% from 255 or 26.89% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B37996 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37996 is #4C8669. Grayscale: #8D8D8D. Windows color (decimal): -5015146 or 9861555. OLE color: 9861555.

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

Color convert

RGB179121150-
CMYK00.320.160.30
HSL330º27.62%58.82%-
HSV(B)330º32.4%70.2%-
XYZ30.9325.4632.14-
YUV141.65132.72154.64-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.78%
GREEN value IS 121 (47.66% from 255) = 26.89%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=39.78%
G=26.89%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17912115000.320.160.3033027.6258.82
HexB37996020101E14a1c3b
Octal26317122604020365123473
Binary101100111111001100101100100000100001111010100101011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37996; }

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

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

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

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

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

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

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

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