#B1749D

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

Shades of Bouquet #B1749D

Tints of Bouquet #B1749D

Color information

#B1749D (or 0xB1749D) is unknown color: approx Bouquet. HEX triplet: B1, 74 and 9D. RGB value is (177,116,157). Sum of RGB (Red+Green+Blue) = 177+116+157=450 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.33% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 177 - color contains mainly: red. Hex color #B1749D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1749D is #4E8B62. Grayscale: #8A8A8A. Windows color (decimal): -5147491 or 10319025. OLE color: 10319025.

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

Color convert

RGB177116157-
CMYK00.340.110.31
HSL319.67º28.11%57.45%-
HSV(B)319.67º34.46%69.41%-
XYZ30.4624.2734.98-
YUV138.91138.21155.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.33%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=39.33%
G=25.78%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711615700.340.110.31319.6728.1157.45
HexB1749D022B1F1401c39
Octal26116423504213375003471
Binary10110001111010010011101010001010111111110100000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1749D; }

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

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

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

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

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

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

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

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