#B37496

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

Shades of Bouquet #B37496

Tints of Bouquet #B37496

Color information

#B37496 (or 0xB37496) is unknown color: approx Bouquet. HEX triplet: B3, 74 and 96. RGB value is (179,116,150). Sum of RGB (Red+Green+Blue) = 179+116+150=445 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.22% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 179 - color contains mainly: red. Hex color #B37496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37496 is #4C8B69. Grayscale: #8A8A8A. Windows color (decimal): -5016426 or 9860275. OLE color: 9860275.

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

Color convert

RGB179116150-
CMYK00.350.160.30
HSL327.62º29.3%57.84%-
HSV(B)327.62º35.2%70.2%-
XYZ30.3424.2831.94-
YUV138.71134.37156.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.22%
GREEN value IS 116 (45.70% from 255) = 26.07%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=40.22%
G=26.07%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911615000.350.160.30327.6229.357.84
HexB37496023101E1481d3a
Octal26316422604320365103572
Binary101100111110100100101100100011100001111010100100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37496; }

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

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

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

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

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

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

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

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