#BA72A2

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

Shades of Bouquet #BA72A2

Tints of Bouquet #BA72A2

Color information

#BA72A2 (or 0xBA72A2) is unknown color: approx Bouquet. HEX triplet: BA, 72 and A2. RGB value is (186,114,162). Sum of RGB (Red+Green+Blue) = 186+114+162=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 114 (44.92% from 255 or 24.68% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA72A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA72A2 is #458D5D. Grayscale: #8C8C8C. Windows color (decimal): -4558174 or 10646202. OLE color: 10646202.

HSL color Cylindrical-coordinate representation of color #BA72A2: hue angle of 320º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA72A2 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB186114162-
CMYK00.390.130.27
HSL320º34.29%58.82%-
HSV(B)320º38.71%72.94%-
XYZ32.7925.0837.3-
YUV141139.85160.1-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 114 (44.92% from 255) = 24.68%
BLUE value IS 162 (63.67% from 255) = 35.06%
R=40.26%
G=24.68%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611416200.390.130.2732034.2958.82
HexBA72A2027D1B140223b
Octal27216224204715335004273
Binary101110101110010101000100100111110111011101000000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA72A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA72A2; }

 p { color: rgb(186,114,162); }

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

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

 a { background-color: rgb(186,114,162); }

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

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

 span { border-color: rgb(186,114,162); }

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