#B3729D

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

Shades of Bouquet #B3729D

Tints of Bouquet #B3729D

Color information

#B3729D (or 0xB3729D) is unknown color: approx Bouquet. HEX triplet: B3, 72 and 9D. RGB value is (179,114,157). Sum of RGB (Red+Green+Blue) = 179+114+157=450 (59% of max value = 765). Red value is 179 (70.31% from 255 or 39.78% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 179 - color contains mainly: red. Hex color #B3729D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B3729D is #4C8D62. Grayscale: #8A8A8A. Windows color (decimal): -5016931 or 10318515. OLE color: 10318515.

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

Color convert

RGB179114157-
CMYK00.360.120.30
HSL320.31º29.95%57.45%-
HSV(B)320.31º36.31%70.2%-
XYZ30.6924.0534.92-
YUV138.34138.53157-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 39.78%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=39.78%
G=25.33%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17911415700.360.120.30320.3129.9557.45
HexB3729D024C1E1401e39
Octal26316223504414365003671
Binary10110011111001010011101010010011001111010100000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3729D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3729D; }

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

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

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

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

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

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

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

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