#B16994

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

Shades of Bouquet #B16994

Tints of Bouquet #B16994

Color information

#B16994 (or 0xB16994) is unknown color: approx Bouquet. HEX triplet: B1, 69 and 94. RGB value is (177,105,148). Sum of RGB (Red+Green+Blue) = 177+105+148=430 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.16% from 430); Green value is 105 (41.41% from 255 or 24.42% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 177 - color contains mainly: red. Hex color #B16994 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16994 is #4E966B. Grayscale: #838383. Windows color (decimal): -5150316 or 9726385. OLE color: 9726385.

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

Color convert

RGB177105148-
CMYK00.410.160.31
HSL324.17º31.58%55.29%-
HSV(B)324.17º40.68%69.41%-
XYZ28.5321.5930.68-
YUV131.43137.35160.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.16%
GREEN value IS 105 (41.41% from 255) = 24.42%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=41.16%
G=24.42%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710514800.410.160.31324.1731.5855.29
HexB16994029101F1442037
Octal26115122405120375044067
Binary1011000111010011001010001010011000011111101000100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16994; }

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

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

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

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

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

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

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

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