#B16496

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

Shades of Bouquet #B16496

Tints of Bouquet #B16496

Color information

#B16496 (or 0xB16496) is unknown color: approx Bouquet. HEX triplet: B1, 64 and 96. RGB value is (177,100,150). Sum of RGB (Red+Green+Blue) = 177+100+150=427 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.45% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 177 - color contains mainly: red. Hex color #B16496 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16496 is #4E9B69. Grayscale: #808080. Windows color (decimal): -5151594 or 9856177. OLE color: 9856177.

HSL color Cylindrical-coordinate representation of color #B16496: hue angle of 321.04º 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 #B16496 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB177100150-
CMYK00.440.150.31
HSL321.04º33.05%54.31%-
HSV(B)321.04º43.5%69.41%-
XYZ28.1920.6631.36-
YUV128.72140.01162.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.45%
GREEN value IS 100 (39.45% from 255) = 23.42%
BLUE value IS 150 (58.98% from 255) = 35.13%
R=41.45%
G=23.42%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710015000.440.150.31321.0433.0554.31
HexB1649602CF1F1412136
Octal26114422605417375014166
Binary101100011100100100101100101100111111111101000001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16496; }

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

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

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

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

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

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

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

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