#B1719F

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

Shades of Bouquet #B1719F

Tints of Bouquet #B1719F

Color information

#B1719F (or 0xB1719F) is unknown color: approx Bouquet. HEX triplet: B1, 71 and 9F. RGB value is (177,113,159). Sum of RGB (Red+Green+Blue) = 177+113+159=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 113 (44.53% from 255 or 25.17% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1719F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1719F is #4E8E60. Grayscale: #898989. Windows color (decimal): -5148257 or 10449329. OLE color: 10449329.

HSL color Cylindrical-coordinate representation of color #B1719F: hue angle of 316.88º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B1719F is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB177113159-
CMYK00.360.100.31
HSL316.88º29.09%56.86%-
HSV(B)316.88º36.16%69.41%-
XYZ30.2923.6635.77-
YUV137.38140.2156.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 113 (44.53% from 255) = 25.17%
BLUE value IS 159 (62.5% from 255) = 35.41%
R=39.42%
G=25.17%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711315900.360.100.31316.8829.0956.86
HexB1719F024A1F13d1d39
Octal26116123704412374753571
Binary10110001111000110011111010010010101111110011110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1719F; }

 p { color: rgb(177,113,159); }

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

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

 a { background-color: rgb(177,113,159); }

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

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

 span { border-color: rgb(177,113,159); }

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