#BA71AC

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

Shades of Bouquet #BA71AC

Tints of Bouquet #BA71AC

Color information

#BA71AC (or 0xBA71AC) is unknown color: approx Bouquet. HEX triplet: BA, 71 and AC. RGB value is (186,113,172). Sum of RGB (Red+Green+Blue) = 186+113+172=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 113 (44.53% from 255 or 23.99% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA71AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA71AC is #458E53. Grayscale: #8D8D8D. Windows color (decimal): -4558420 or 11301306. OLE color: 11301306.

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

Color convert

RGB186113172-
CMYK00.390.080.27
HSL311.51º34.6%58.63%-
HSV(B)311.51º39.25%72.94%-
XYZ33.625.2342.13-
YUV141.55145.18159.7-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 113 (44.53% from 255) = 23.99%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=39.49%
G=23.99%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611317200.390.080.27311.5134.658.63
HexBA71AC02781B138233b
Octal27216125404710334704373
Binary101110101110001101011000100111100011011100111000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71AC; }

 p { color: rgb(186,113,172); }

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

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

 a { background-color: rgb(186,113,172); }

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

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

 span { border-color: rgb(186,113,172); }

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