#B16399

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

Shades of Bouquet #B16399

Tints of Bouquet #B16399

Color information

#B16399 (or 0xB16399) is unknown color: approx Bouquet. HEX triplet: B1, 63 and 99. RGB value is (177,99,153). Sum of RGB (Red+Green+Blue) = 177+99+153=429 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.26% from 429); Green value is 99 (39.06% from 255 or 23.08% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 177 - color contains mainly: red. Hex color #B16399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B16399 is #4E9C66. Grayscale: #808080. Windows color (decimal): -5151847 or 10052529. OLE color: 10052529.

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

Color convert

RGB17799153-
CMYK00.440.140.31
HSL318.46º33.33%54.12%-
HSV(B)318.46º44.07%69.41%-
XYZ28.3420.5732.61-
YUV128.48141.84162.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 41.26%
GREEN value IS 99 (39.06% from 255) = 23.08%
BLUE value IS 153 (60.16% from 255) = 35.66%
R=41.26%
G=23.08%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1779915300.440.140.31318.4633.3354.12
HexB1639902CE1F13e2136
Octal26114323105416374764166
Binary101100011100011100110010101100111011111100111110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B16399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B16399; }

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

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

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

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

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

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

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

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