#B2749A

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

Shades of Bouquet #B2749A

Tints of Bouquet #B2749A

Color information

#B2749A (or 0xB2749A) is unknown color: approx Bouquet. HEX triplet: B2, 74 and 9A. RGB value is (178,116,154). Sum of RGB (Red+Green+Blue) = 178+116+154=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 116 (45.70% from 255 or 25.89% from 448); Blue value is 154 (60.55% from 255 or 34.38% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2749A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B2749A is #4D8B65. Grayscale: #8A8A8A. Windows color (decimal): -5081958 or 10122418. OLE color: 10122418.

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

Color convert

RGB178116154-
CMYK00.350.130.30
HSL323.23º28.7%57.65%-
HSV(B)323.23º34.83%69.8%-
XYZ30.4424.2933.66-
YUV138.87136.54155.91-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 39.73%
GREEN value IS 116 (45.70% from 255) = 25.89%
BLUE value IS 154 (60.55% from 255) = 34.38%
R=39.73%
G=25.89%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17811615400.350.130.30323.2328.757.65
HexB2749A023D1E1431d3a
Octal26216423204315365033572
Binary10110010111010010011010010001111011111010100001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2749A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2749A; }

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

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

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

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

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

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

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

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