#BA72AA

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

Shades of Bouquet #BA72AA

Tints of Bouquet #BA72AA

Color information

#BA72AA (or 0xBA72AA) is unknown color: approx Bouquet. HEX triplet: BA, 72 and AA. RGB value is (186,114,170). Sum of RGB (Red+Green+Blue) = 186+114+170=470 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.57% from 470); Green value is 114 (44.92% from 255 or 24.26% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 186 - color contains mainly: red. Hex color #BA72AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA72AA is #458D55. Grayscale: #8D8D8D. Windows color (decimal): -4558166 or 11170490. OLE color: 11170490.

HSL color Cylindrical-coordinate representation of color #BA72AA: hue angle of 313.33º 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 #BA72AA is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB186114170-
CMYK00.390.090.27
HSL313.33º34.29%58.82%-
HSV(B)313.33º38.71%72.94%-
XYZ33.5225.3841.16-
YUV141.91143.85159.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.57%
GREEN value IS 114 (44.92% from 255) = 24.26%
BLUE value IS 170 (66.80% from 255) = 36.17%
R=39.57%
G=24.26%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611417000.390.090.27313.3334.2958.82
HexBA72AA02791B139223b
Octal27216225204711334714273
Binary101110101110010101010100100111100111011100111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA72AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA72AA; }

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

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

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

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

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

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

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

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