#B1739D

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

Shades of Bouquet #B1739D

Tints of Bouquet #B1739D

Color information

#B1739D (or 0xB1739D) is unknown color: approx Bouquet. HEX triplet: B1, 73 and 9D. RGB value is (177,115,157). Sum of RGB (Red+Green+Blue) = 177+115+157=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1739D is #4E8C62. Grayscale: #8A8A8A. Windows color (decimal): -5147747 or 10318769. OLE color: 10318769.

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

Color convert

RGB177115157-
CMYK00.350.110.31
HSL319.35º28.44%57.25%-
HSV(B)319.35º35.03%69.41%-
XYZ30.3524.0434.94-
YUV138.33138.54155.58-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 115 (45.31% from 255) = 25.61%
BLUE value IS 157 (61.72% from 255) = 34.97%
R=39.42%
G=25.61%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711515700.350.110.31319.3528.4457.25
HexB1739D023B1F13f1c39
Octal26116323504313374773471
Binary10110001111001110011101010001110111111110011111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1739D; }

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

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

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

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

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

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

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

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