#B2739E

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

Shades of Bouquet #B2739E

Tints of Bouquet #B2739E

Color information

#B2739E (or 0xB2739E) is unknown color: approx Bouquet. HEX triplet: B2, 73 and 9E. RGB value is (178,115,158). Sum of RGB (Red+Green+Blue) = 178+115+158=451 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.47% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 158 (62.11% from 255 or 35.03% from 451); Max value from RGB is 178 - color contains mainly: red. Hex color #B2739E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2739E is #4D8C61. Grayscale: #8A8A8A. Windows color (decimal): -5082210 or 10384306. OLE color: 10384306.

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

Color convert

RGB178115158-
CMYK00.350.110.30
HSL319.05º29.03%57.45%-
HSV(B)319.05º35.39%69.8%-
XYZ30.6624.235.4-
YUV138.74138.87156-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.47%
GREEN value IS 115 (45.31% from 255) = 25.50%
BLUE value IS 158 (62.11% from 255) = 35.03%
R=39.47%
G=25.50%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811515800.350.110.30319.0529.0357.45
HexB2739E023B1E13f1d39
Octal26216323604313364773571
Binary10110010111001110011110010001110111111010011111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2739E; }

 p { color: rgb(178,115,158); }

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

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

 a { background-color: rgb(178,115,158); }

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

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

 span { border-color: rgb(178,115,158); }

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