#B1709C

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

Shades of Bouquet #B1709C

Tints of Bouquet #B1709C

Color information

#B1709C (or 0xB1709C) is unknown color: approx Bouquet. HEX triplet: B1, 70 and 9C. RGB value is (177,112,156). Sum of RGB (Red+Green+Blue) = 177+112+156=445 (58% of max value = 765). Red value is 177 (69.53% from 255 or 39.78% from 445); Green value is 112 (44.14% from 255 or 25.17% from 445); Blue value is 156 (61.33% from 255 or 35.06% from 445); Max value from RGB is 177 - color contains mainly: red. Hex color #B1709C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1709C is #4E8F63. Grayscale: #888888. Windows color (decimal): -5148516 or 10252465. OLE color: 10252465.

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

Color convert

RGB177112156-
CMYK00.370.120.31
HSL319.38º29.41%56.67%-
HSV(B)319.38º36.72%69.41%-
XYZ29.9323.3434.38-
YUV136.45139.03156.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.78%
GREEN value IS 112 (44.14% from 255) = 25.17%
BLUE value IS 156 (61.33% from 255) = 35.06%
R=39.78%
G=25.17%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711215600.370.120.31319.3829.4156.67
HexB1709C025C1F13f1d39
Octal26116023404514374773571
Binary10110001111000010011100010010111001111110011111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1709C; }

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

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

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

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

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

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

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

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