#B37596

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

Shades of Bouquet #B37596

Tints of Bouquet #B37596

Color information

#B37596 (or 0xB37596) is unknown color: approx Bouquet. HEX triplet: B3, 75 and 96. RGB value is (179,117,150). Sum of RGB (Red+Green+Blue) = 179+117+150=446 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.13% from 446); Green value is 117 (46.09% from 255 or 26.23% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 179 - color contains mainly: red. Hex color #B37596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B37596 is #4C8A69. Grayscale: #8B8B8B. Windows color (decimal): -5016170 or 9860531. OLE color: 9860531.

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

Color convert

RGB179117150-
CMYK00.350.160.30
HSL328.06º28.97%58.04%-
HSV(B)328.06º34.64%70.2%-
XYZ30.4624.5131.98-
YUV139.3134.04156.32-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.13%
GREEN value IS 117 (46.09% from 255) = 26.23%
BLUE value IS 150 (58.98% from 255) = 33.63%
R=40.13%
G=26.23%
B=33.63%

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
Decimal17911715000.350.160.30328.0628.9758.04
HexB37596023101E1481d3a
Octal26316522604320365103572
Binary101100111110101100101100100011100001111010100100011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B37596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B37596; }

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

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

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

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

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

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

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

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