#B16494

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

Shades of Bouquet #B16494

Tints of Bouquet #B16494

Color information

#B16494 (or 0xB16494) is unknown color: approx Bouquet. HEX triplet: B1, 64 and 94. RGB value is (177,100,148). Sum of RGB (Red+Green+Blue) = 177+100+148=425 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.65% from 425); Green value is 100 (39.45% from 255 or 23.53% from 425); Blue value is 148 (58.20% from 255 or 34.82% from 425); Max value from RGB is 177 - color contains mainly: red. Hex color #B16494 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16494 is #4E9B6B. Grayscale: #808080. Windows color (decimal): -5151596 or 9725105. OLE color: 9725105.

HSL color Cylindrical-coordinate representation of color #B16494: hue angle of 322.6º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B16494 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB177100148-
CMYK00.440.160.31
HSL322.6º33.05%54.31%-
HSV(B)322.6º43.5%69.41%-
XYZ28.0320.630.52-
YUV128.5139.01162.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.65%
GREEN value IS 100 (39.45% from 255) = 23.53%
BLUE value IS 148 (58.20% from 255) = 34.82%
R=41.65%
G=23.53%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710014800.440.160.31322.633.0554.31
HexB1649402C101F1432136
Octal26114422405420375034166
Binary1011000111001001001010001011001000011111101000011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16494; }

 p { color: rgb(177,100,148); }

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

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

 a { background-color: rgb(177,100,148); }

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

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

 span { border-color: rgb(177,100,148); }

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