#B1739F

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

Shades of Bouquet #B1739F

Tints of Bouquet #B1739F

Color information

#B1739F (or 0xB1739F) is unknown color: approx Bouquet. HEX triplet: B1, 73 and 9F. RGB value is (177,115,159). Sum of RGB (Red+Green+Blue) = 177+115+159=451 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.25% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 159 (62.5% from 255 or 35.25% from 451); Max value from RGB is 177 - color contains mainly: red. Hex color #B1739F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1739F is #4E8C60. Grayscale: #8A8A8A. Windows color (decimal): -5147745 or 10449841. OLE color: 10449841.

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

Color convert

RGB177115159-
CMYK00.350.100.31
HSL317.42º28.44%57.25%-
HSV(B)317.42º35.03%69.41%-
XYZ30.5224.1135.85-
YUV138.55139.54155.42-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.25%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 159 (62.5% from 255) = 35.25%
R=39.25%
G=25.50%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711515900.350.100.31317.4228.4457.25
HexB1739F023A1F13d1c39
Octal26116323704312374753471
Binary10110001111001110011111010001110101111110011110111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1739F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1739F; }

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

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

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

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

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

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

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

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