#B3739A

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

Shades of Bouquet #B3739A

Tints of Bouquet #B3739A

Color information

#B3739A (or 0xB3739A) is unknown color: approx Bouquet. HEX triplet: B3, 73 and 9A. RGB value is (179,115,154). Sum of RGB (Red+Green+Blue) = 179+115+154=448 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.96% from 448); Green value is 115 (45.31% from 255 or 25.67% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 179 - color contains mainly: red. Hex color #B3739A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3739A is #4C8C65. Grayscale: #8A8A8A. Windows color (decimal): -5016678 or 10122163. OLE color: 10122163.

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

Color convert

RGB179115154-
CMYK00.360.140.30
HSL323.44º29.63%57.65%-
HSV(B)323.44º35.75%70.2%-
XYZ30.5524.1833.63-
YUV138.58136.7156.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.96%
GREEN value IS 115 (45.31% from 255) = 25.67%
BLUE value IS 154 (60.55% from 255) = 34.38%
R=39.96%
G=25.67%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.14
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911515400.360.140.30323.4429.6357.65
HexB3739A024E1E1431e3a
Octal26316323204416365033672
Binary10110011111001110011010010010011101111010100001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3739A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3739A; }

 p { color: rgb(179,115,154); }

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

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

 a { background-color: rgb(179,115,154); }

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

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

 span { border-color: rgb(179,115,154); }

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