#B3749F

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

Shades of Bouquet #B3749F

Tints of Bouquet #B3749F

Color information

#B3749F (or 0xB3749F) is unknown color: approx Bouquet. HEX triplet: B3, 74 and 9F. RGB value is (179,116,159). Sum of RGB (Red+Green+Blue) = 179+116+159=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 116 (45.70% from 255 or 25.55% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B3749F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3749F is #4C8B60. Grayscale: #8B8B8B. Windows color (decimal): -5016417 or 10450099. OLE color: 10450099.

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

Color convert

RGB179116159-
CMYK00.350.110.30
HSL319.05º29.3%57.84%-
HSV(B)319.05º35.2%70.2%-
XYZ31.0924.5835.91-
YUV139.74138.87156-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.43%
GREEN value IS 116 (45.70% from 255) = 25.55%
BLUE value IS 159 (62.5% from 255) = 35.02%
R=39.43%
G=25.55%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911615900.350.110.30319.0529.357.84
HexB3749F023B1E13f1d3a
Octal26316423704313364773572
Binary10110011111010010011111010001110111111010011111111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3749F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3749F; }

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

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

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

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

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

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

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

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