#B2749C

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

Shades of Bouquet #B2749C

Tints of Bouquet #B2749C

Color information

#B2749C (or 0xB2749C) is unknown color: approx Bouquet. HEX triplet: B2, 74 and 9C. RGB value is (178,116,156). Sum of RGB (Red+Green+Blue) = 178+116+156=450 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.56% from 450); Green value is 116 (45.70% from 255 or 25.78% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 178 - color contains mainly: red. Hex color #B2749C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2749C is #4D8B63. Grayscale: #8B8B8B. Windows color (decimal): -5081956 or 10253490. OLE color: 10253490.

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

Color convert

RGB178116156-
CMYK00.350.120.30
HSL321.29º28.7%57.65%-
HSV(B)321.29º34.83%69.8%-
XYZ30.6124.3634.54-
YUV139.1137.54155.75-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.56%
GREEN value IS 116 (45.70% from 255) = 25.78%
BLUE value IS 156 (61.33% from 255) = 34.67%
R=39.56%
G=25.78%
B=34.67%

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
Decimal17811615600.350.120.30321.2928.757.65
HexB2749C023C1E1411d3a
Octal26216423404314365013572
Binary10110010111010010011100010001111001111010100000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2749C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2749C; }

 p { color: rgb(178,116,156); }

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

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

 a { background-color: rgb(178,116,156); }

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

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

 span { border-color: rgb(178,116,156); }

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