#BA70A1

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

Shades of Bouquet #BA70A1

Tints of Bouquet #BA70A1

Color information

#BA70A1 (or 0xBA70A1) is unknown color: approx Bouquet. HEX triplet: BA, 70 and A1. RGB value is (186,112,161). Sum of RGB (Red+Green+Blue) = 186+112+161=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 112 (44.14% from 255 or 24.40% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA70A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA70A1 is #458F5E. Grayscale: #8B8B8B. Windows color (decimal): -4558687 or 10580154. OLE color: 10580154.

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

Color convert

RGB186112161-
CMYK00.400.130.27
HSL320.27º34.91%58.43%-
HSV(B)320.27º39.78%72.94%-
XYZ32.4824.636.75-
YUV139.71140.02161.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 112 (44.14% from 255) = 24.40%
BLUE value IS 161 (63.28% from 255) = 35.08%
R=40.52%
G=24.40%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611216100.400.130.27320.2734.9158.43
HexBA70A1028D1B140233a
Octal27216024105015335004372
Binary101110101110000101000010101000110111011101000000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70A1; }

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

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

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

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

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

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

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

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