#B1719C

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

Shades of Bouquet #B1719C

Tints of Bouquet #B1719C

Color information

#B1719C (or 0xB1719C) is unknown color: approx Bouquet. HEX triplet: B1, 71 and 9C. RGB value is (177,113,156). Sum of RGB (Red+Green+Blue) = 177+113+156=446 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.69% from 446); Green value is 113 (44.53% from 255 or 25.34% from 446); Blue value is 156 (61.33% from 255 or 34.98% from 446); Max value from RGB is 177 - color contains mainly: red. Hex color #B1719C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1719C is #4E8E63. Grayscale: #888888. Windows color (decimal): -5148260 or 10252721. OLE color: 10252721.

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

Color convert

RGB177113156-
CMYK00.360.120.31
HSL319.69º29.09%56.86%-
HSV(B)319.69º36.16%69.41%-
XYZ30.0423.5634.42-
YUV137.04138.7156.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.69%
GREEN value IS 113 (44.53% from 255) = 25.34%
BLUE value IS 156 (61.33% from 255) = 34.98%
R=39.69%
G=25.34%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711315600.360.120.31319.6929.0956.86
HexB1719C024C1F1401d39
Octal26116123404414375003571
Binary10110001111000110011100010010011001111110100000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1719C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1719C; }

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

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

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

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

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

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

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

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