#BA70A3

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

Shades of Bouquet #BA70A3

Tints of Bouquet #BA70A3

Color information

#BA70A3 (or 0xBA70A3) is unknown color: approx Bouquet. HEX triplet: BA, 70 and A3. RGB value is (186,112,163). Sum of RGB (Red+Green+Blue) = 186+112+163=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 163 (64.06% from 255 or 35.36% from 461); Max value from RGB is 186 - color contains mainly: red. Hex color #BA70A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA70A3 is #458F5C. Grayscale: #8B8B8B. Windows color (decimal): -4558685 or 10711226. OLE color: 10711226.

HSL color Cylindrical-coordinate representation of color #BA70A3: hue angle of 318.65º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA70A3 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB186112163-
CMYK00.400.120.27
HSL318.65º34.91%58.43%-
HSV(B)318.65º39.78%72.94%-
XYZ32.6524.6737.69-
YUV139.94141.02160.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.35%
GREEN value IS 112 (44.14% from 255) = 24.30%
BLUE value IS 163 (64.06% from 255) = 35.36%
R=40.35%
G=24.30%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611216300.400.120.27318.6534.9158.43
HexBA70A3028C1B13f233a
Octal27216024305014334774372
Binary101110101110000101000110101000110011011100111111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70A3; }

 p { color: rgb(186,112,163); }

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

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

 a { background-color: rgb(186,112,163); }

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

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

 span { border-color: rgb(186,112,163); }

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