#B3749D

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

Shades of Bouquet #B3749D

Tints of Bouquet #B3749D

Color information

#B3749D (or 0xB3749D) is unknown color: approx Bouquet. HEX triplet: B3, 74 and 9D. RGB value is (179,116,157). Sum of RGB (Red+Green+Blue) = 179+116+157=452 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.60% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 179 - color contains mainly: red. Hex color #B3749D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3749D is #4C8B62. Grayscale: #8B8B8B. Windows color (decimal): -5016419 or 10319027. OLE color: 10319027.

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

Color convert

RGB179116157-
CMYK00.350.120.30
HSL320.95º29.3%57.84%-
HSV(B)320.95º35.2%70.2%-
XYZ30.9224.5135-
YUV139.51137.87156.17-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.60%
GREEN value IS 116 (45.70% from 255) = 25.66%
BLUE value IS 157 (61.72% from 255) = 34.73%
R=39.60%
G=25.66%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911615700.350.120.30320.9529.357.84
HexB3749D023C1E1411d3a
Octal26316423504314365013572
Binary10110011111010010011101010001111001111010100000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3749D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3749D; }

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

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

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

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

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

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

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

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