#B3709C

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

Shades of Bouquet #B3709C

Tints of Bouquet #B3709C

Color information

#B3709C (or 0xB3709C) is unknown color: approx Bouquet. HEX triplet: B3, 70 and 9C. RGB value is (179,112,156). Sum of RGB (Red+Green+Blue) = 179+112+156=447 (59% of max value = 765). Red value is 179 (70.31% from 255 or 40.04% from 447); Green value is 112 (44.14% from 255 or 25.06% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 179 - color contains mainly: red. Hex color #B3709C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3709C is #4C8F63. Grayscale: #888888. Windows color (decimal): -5017444 or 10252467. OLE color: 10252467.

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

Color convert

RGB179112156-
CMYK00.370.130.30
HSL320.6º30.59%57.06%-
HSV(B)320.6º37.43%70.2%-
XYZ30.3923.5734.4-
YUV137.05138.7157.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 40.04%
GREEN value IS 112 (44.14% from 255) = 25.06%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=40.04%
G=25.06%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911215600.370.130.30320.630.5957.06
HexB3709C025D1E1411f39
Octal26316023404515365013771
Binary10110011111000010011100010010111011111010100000111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3709C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3709C; }

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

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

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

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

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

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

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

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