#B3749C

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

Shades of Bouquet #B3749C

Tints of Bouquet #B3749C

Color information

#B3749C (or 0xB3749C) is unknown color: approx Bouquet. HEX triplet: B3, 74 and 9C. RGB value is (179,116,156). Sum of RGB (Red+Green+Blue) = 179+116+156=451 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.69% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 156 (61.33% from 255 or 34.59% from 451); Max value from RGB is 179 - color contains mainly: red. Hex color #B3749C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3749C is #4C8B63. Grayscale: #8B8B8B. Windows color (decimal): -5016420 or 10253491. OLE color: 10253491.

HSL color Cylindrical-coordinate representation of color #B3749C: hue angle of 321.9º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B3749C is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB179116156-
CMYK00.350.130.30
HSL321.9º29.3%57.84%-
HSV(B)321.9º35.2%70.2%-
XYZ30.8424.4734.55-
YUV139.4137.37156.25-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.69%
GREEN value IS 116 (45.70% from 255) = 25.72%
BLUE value IS 156 (61.33% from 255) = 34.59%
R=39.69%
G=25.72%
B=34.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911615600.350.130.30321.929.357.84
HexB3749C023D1E1421d3a
Octal26316423404315365023572
Binary10110011111010010011100010001111011111010100001011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3749C; }

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

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

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

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

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

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

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

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