#B16497

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

Shades of Bouquet #B16497

Tints of Bouquet #B16497

Color information

#B16497 (or 0xB16497) is unknown color: approx Bouquet. HEX triplet: B1, 64 and 97. RGB value is (177,100,151). Sum of RGB (Red+Green+Blue) = 177+100+151=428 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.36% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 151 (59.38% from 255 or 35.28% from 428); Max value from RGB is 177 - color contains mainly: red. Hex color #B16497 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16497 is #4E9B68. Grayscale: #808080. Windows color (decimal): -5151593 or 9921713. OLE color: 9921713.

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

Color convert

RGB177100151-
CMYK00.440.150.31
HSL320.26º33.05%54.31%-
HSV(B)320.26º43.5%69.41%-
XYZ28.2720.731.78-
YUV128.84140.51162.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.36%
GREEN value IS 100 (39.45% from 255) = 23.36%
BLUE value IS 151 (59.38% from 255) = 35.28%
R=41.36%
G=23.36%
B=35.28%

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
Decimal17710015100.440.150.31320.2633.0554.31
HexB1649702CF1F1402136
Octal26114422705417375004166
Binary101100011100100100101110101100111111111101000000100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16497; }

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

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

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

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

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

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

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

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