#B3729C

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

Shades of Bouquet #B3729C

Tints of Bouquet #B3729C

Color information

#B3729C (or 0xB3729C) is unknown color: approx Bouquet. HEX triplet: B3, 72 and 9C. RGB value is (179,114,156). Sum of RGB (Red+Green+Blue) = 179+114+156=449 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.87% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 179 - color contains mainly: red. Hex color #B3729C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3729C is #4C8D63. Grayscale: #8A8A8A. Windows color (decimal): -5016932 or 10252979. OLE color: 10252979.

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

Color convert

RGB179114156-
CMYK00.360.130.30
HSL321.23º29.95%57.45%-
HSV(B)321.23º36.31%70.2%-
XYZ30.6124.0234.48-
YUV138.22138.03157.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.87%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 156 (61.33% from 255) = 34.74%
R=39.87%
G=25.39%
B=34.74%

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
Decimal17911415600.360.130.30321.2329.9557.45
HexB3729C024D1E1411e39
Octal26316223404415365013671
Binary10110011111001010011100010010011011111010100000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3729C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3729C; }

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

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

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

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

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

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

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

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