#B17196

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

Shades of Bouquet #B17196

Tints of Bouquet #B17196

Color information

#B17196 (or 0xB17196) is unknown color: approx Bouquet. HEX triplet: B1, 71 and 96. RGB value is (177,113,150). Sum of RGB (Red+Green+Blue) = 177+113+150=440 (58% of max value = 765). Red value is 177 (69.53% from 255 or 40.23% from 440); Green value is 113 (44.53% from 255 or 25.68% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 177 - color contains mainly: red. Hex color #B17196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B17196 is #4E8E69. Grayscale: #888888. Windows color (decimal): -5148266 or 9859505. OLE color: 9859505.

HSL color Cylindrical-coordinate representation of color #B17196: hue angle of 325.31º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B17196 is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB177113150-
CMYK00.360.150.31
HSL325.31º29.09%56.86%-
HSV(B)325.31º36.16%69.41%-
XYZ29.5423.3631.81-
YUV136.35135.7156.99-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.23%
GREEN value IS 113 (44.53% from 255) = 25.68%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=40.23%
G=25.68%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711315000.360.150.31325.3129.0956.86
HexB17196024F1F1451d39
Octal26116122604417375053571
Binary10110001111000110010110010010011111111110100010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B17196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B17196; }

 p { color: rgb(177,113,150); }

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

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

 a { background-color: rgb(177,113,150); }

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

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

 span { border-color: rgb(177,113,150); }

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