#B3739B

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

Shades of Bouquet #B3739B

Tints of Bouquet #B3739B

Color information

#B3739B (or 0xB3739B) is unknown color: approx Bouquet. HEX triplet: B3, 73 and 9B. RGB value is (179,115,155). Sum of RGB (Red+Green+Blue) = 179+115+155=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 155 (60.94% from 255 or 34.52% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B3739B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3739B is #4C8C64. Grayscale: #8A8A8A. Windows color (decimal): -5016677 or 10187699. OLE color: 10187699.

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

Color convert

RGB179115155-
CMYK00.360.130.30
HSL322.5º29.63%57.65%-
HSV(B)322.5º35.75%70.2%-
XYZ30.6424.2134.07-
YUV138.7137.2156.75-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 115 (45.31% from 255) = 25.61%
BLUE value IS 155 (60.94% from 255) = 34.52%
R=39.87%
G=25.61%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911515500.360.130.30322.529.6357.65
HexB3739B024D1E1421e3a
Octal26316323304415365023672
Binary10110011111001110011011010010011011111010100001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3739B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3739B; }

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

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

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

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

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

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

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

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