#BA71A4

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

Shades of Bouquet #BA71A4

Tints of Bouquet #BA71A4

Color information

#BA71A4 (or 0xBA71A4) is unknown color: approx Bouquet. HEX triplet: BA, 71 and A4. RGB value is (186,113,164). Sum of RGB (Red+Green+Blue) = 186+113+164=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 113 (44.53% from 255 or 24.41% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA71A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA71A4 is #458E5B. Grayscale: #8C8C8C. Windows color (decimal): -4558428 or 10777018. OLE color: 10777018.

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

Color convert

RGB186113164-
CMYK00.390.120.27
HSL318.08º34.6%58.63%-
HSV(B)318.08º39.25%72.94%-
XYZ32.8624.9338.2-
YUV140.64141.18160.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 113 (44.53% from 255) = 24.41%
BLUE value IS 164 (64.45% from 255) = 35.42%
R=40.17%
G=24.41%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611316400.390.120.27318.0834.658.63
HexBA71A4027C1B13e233b
Octal27216124404714334764373
Binary101110101110001101001000100111110011011100111110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA71A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA71A4; }

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

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

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

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

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

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

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

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