#B16699

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

Shades of Bouquet #B16699

Tints of Bouquet #B16699

Color information

#B16699 (or 0xB16699) is unknown color: approx Bouquet. HEX triplet: B1, 66 and 99. RGB value is (177,102,153). Sum of RGB (Red+Green+Blue) = 177+102+153=432 (57% of max value = 765). Red value is 177 (69.53% from 255 or 40.97% from 432); Green value is 102 (40.23% from 255 or 23.61% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 177 - color contains mainly: red. Hex color #B16699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16699 is #4E9966. Grayscale: #828282. Windows color (decimal): -5151079 or 10053297. OLE color: 10053297.

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

Color convert

RGB177102153-
CMYK00.420.140.31
HSL319.2º32.47%54.71%-
HSV(B)319.2º42.37%69.41%-
XYZ28.6321.1532.71-
YUV130.24140.85161.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 40.97%
GREEN value IS 102 (40.23% from 255) = 23.61%
BLUE value IS 153 (60.16% from 255) = 35.42%
R=40.97%
G=23.61%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710215300.420.140.31319.232.4754.71
HexB1669902AE1F13f2037
Octal26114623105216374774067
Binary101100011100110100110010101010111011111100111111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16699; }

 p { color: rgb(177,102,153); }

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

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

 a { background-color: rgb(177,102,153); }

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

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

 span { border-color: rgb(177,102,153); }

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