#B1749A

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

Shades of Bouquet #B1749A

Tints of Bouquet #B1749A

Color information

#B1749A (or 0xB1749A) is unknown color: approx Bouquet. HEX triplet: B1, 74 and 9A. RGB value is (177,116,154). Sum of RGB (Red+Green+Blue) = 177+116+154=447 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.60% from 447); Green value is 116 (45.70% from 255 or 25.95% from 447); Blue value is 154 (60.55% from 255 or 34.45% from 447); Max value from RGB is 177 - color contains mainly: red. Hex color #B1749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B1749A is #4E8B65. Grayscale: #8A8A8A. Windows color (decimal): -5147494 or 10122417. OLE color: 10122417.

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

Color convert

RGB177116154-
CMYK00.340.130.31
HSL322.62º28.11%57.45%-
HSV(B)322.62º34.46%69.41%-
XYZ30.2124.1733.65-
YUV138.57136.71155.41-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 39.60%
GREEN value IS 116 (45.70% from 255) = 25.95%
BLUE value IS 154 (60.55% from 255) = 34.45%
R=39.60%
G=25.95%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17711615400.340.130.31322.6228.1157.45
HexB1749A022D1F1431c39
Octal26116423204215375033471
Binary10110001111010010011010010001011011111110100001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1749A; }

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

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

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

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

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

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

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

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