#B37696

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

Shades of Bouquet #B37696

Tints of Bouquet #B37696

Color information

#B37696 (or 0xB37696) is unknown color: approx Bouquet. HEX triplet: B3, 76 and 96. RGB value is (179,118,150). Sum of RGB (Red+Green+Blue) = 179+118+150=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 118 (46.48% from 255 or 26.40% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B37696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37696 is #4C8969. Grayscale: #8B8B8B. Windows color (decimal): -5015914 or 9860787. OLE color: 9860787.

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

Color convert

RGB179118150-
CMYK00.340.160.30
HSL328.52º28.64%58.24%-
HSV(B)328.52º34.08%70.2%-
XYZ30.5724.7432.02-
YUV139.89133.71155.9-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 118 (46.48% from 255) = 26.40%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=40.04%
G=26.40%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911815000.340.160.30328.5228.6458.24
HexB37696022101E1491d3a
Octal26316622604220365113572
Binary101100111110110100101100100010100001111010100100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37696; }

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

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

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

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

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

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

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

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