#BA71A7

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

Shades of Bouquet #BA71A7

Tints of Bouquet #BA71A7

Color information

#BA71A7 (or 0xBA71A7) is unknown color: approx Bouquet. HEX triplet: BA, 71 and A7. RGB value is (186,113,167). Sum of RGB (Red+Green+Blue) = 186+113+167=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 113 (44.53% from 255 or 24.25% from 466); Blue value is 167 (65.62% from 255 or 35.84% from 466); Max value from RGB is 186 - color contains mainly: red. Hex color #BA71A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA71A7 is #458E58. Grayscale: #8C8C8C. Windows color (decimal): -4558425 or 10973626. OLE color: 10973626.

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

Color convert

RGB186113167-
CMYK00.390.100.27
HSL315.62º34.6%58.63%-
HSV(B)315.62º39.25%72.94%-
XYZ33.1325.0439.65-
YUV140.98142.68160.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 113 (44.53% from 255) = 24.25%
BLUE value IS 167 (65.62% from 255) = 35.84%
R=39.91%
G=24.25%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611316700.390.100.27315.6234.658.63
HexBA71A7027A1B13c233b
Octal27216124704712334744373
Binary101110101110001101001110100111101011011100111100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71A7; }

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

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

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

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

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

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

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

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