#B2729E

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

Shades of Bouquet #B2729E

Tints of Bouquet #B2729E

Color information

#B2729E (or 0xB2729E) is unknown color: approx Bouquet. HEX triplet: B2, 72 and 9E. RGB value is (178,114,158). Sum of RGB (Red+Green+Blue) = 178+114+158=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 114 (44.92% from 255 or 25.33% from 450); Blue value is 158 (62.11% from 255 or 35.11% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2729E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2729E is #4D8D61. Grayscale: #8A8A8A. Windows color (decimal): -5082466 or 10384050. OLE color: 10384050.

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

Color convert

RGB178114158-
CMYK00.360.110.30
HSL318.75º29.36%57.25%-
HSV(B)318.75º35.96%69.8%-
XYZ30.5523.9735.36-
YUV138.15139.2156.42-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 114 (44.92% from 255) = 25.33%
BLUE value IS 158 (62.11% from 255) = 35.11%
R=39.56%
G=25.33%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811415800.360.110.30318.7529.3657.25
HexB2729E024B1E13f1d39
Octal26216223604413364773571
Binary10110010111001010011110010010010111111010011111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2729E; }

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

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

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

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

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

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

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

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