#B2739D

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

Shades of Bouquet #B2739D

Tints of Bouquet #B2739D

Color information

#B2739D (or 0xB2739D) is unknown color: approx Bouquet. HEX triplet: B2, 73 and 9D. RGB value is (178,115,157). Sum of RGB (Red+Green+Blue) = 178+115+157=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 115 (45.31% from 255 or 25.56% from 450); Blue value is 157 (61.72% from 255 or 34.89% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2739D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2739D is #4D8C62. Grayscale: #8A8A8A. Windows color (decimal): -5082211 or 10318770. OLE color: 10318770.

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

Color convert

RGB178115157-
CMYK00.350.120.30
HSL320º29.03%57.45%-
HSV(B)320º35.39%69.8%-
XYZ30.5824.1634.95-
YUV138.62138.37156.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 115 (45.31% from 255) = 25.56%
BLUE value IS 157 (61.72% from 255) = 34.89%
R=39.56%
G=25.56%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.12
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811515700.350.120.3032029.0357.45
HexB2739D023C1E1401d39
Octal26216323504314365003571
Binary10110010111001110011101010001111001111010100000011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2739D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2739D; }

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

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

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

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

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

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

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

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