#B1749C

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

Shades of Bouquet #B1749C

Tints of Bouquet #B1749C

Color information

#B1749C (or 0xB1749C) is unknown color: approx Bouquet. HEX triplet: B1, 74 and 9C. RGB value is (177,116,156). Sum of RGB (Red+Green+Blue) = 177+116+156=449 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.42% from 449); Green value is 116 (45.70% from 255 or 25.84% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 177 - color contains mainly: red. Hex color #B1749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1749C is #4E8B63. Grayscale: #8A8A8A. Windows color (decimal): -5147492 or 10253489. OLE color: 10253489.

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

Color convert

RGB177116156-
CMYK00.340.120.31
HSL320.66º28.11%57.45%-
HSV(B)320.66º34.46%69.41%-
XYZ30.3824.2434.53-
YUV138.8137.71155.25-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.42%
GREEN value IS 116 (45.70% from 255) = 25.84%
BLUE value IS 156 (61.33% from 255) = 34.74%
R=39.42%
G=25.84%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711615600.340.120.31320.6628.1157.45
HexB1749C022C1F1411c39
Octal26116423404214375013471
Binary10110001111010010011100010001011001111110100000111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1749C; }

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

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

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

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

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

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

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

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