#B16696

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

Shades of Bouquet #B16696

Tints of Bouquet #B16696

Color information

#B16696 (or 0xB16696) is unknown color: approx Bouquet. HEX triplet: B1, 66 and 96. RGB value is (177,102,150). Sum of RGB (Red+Green+Blue) = 177+102+150=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B16696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16696 is #4E9969. Grayscale: #818181. Windows color (decimal): -5151082 or 9856689. OLE color: 9856689.

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

Color convert

RGB177102150-
CMYK00.420.150.31
HSL321.6º32.47%54.71%-
HSV(B)321.6º42.37%69.41%-
XYZ28.3921.0531.42-
YUV129.9139.35161.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 150 (58.98% from 255) = 34.97%
R=41.26%
G=23.78%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17710215000.420.150.31321.632.4754.71
HexB1669602AF1F1422037
Octal26114622605217375024067
Binary101100011100110100101100101010111111111101000010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16696; }

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

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

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

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

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

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

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

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