#BA70A4

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

Shades of Bouquet #BA70A4

Tints of Bouquet #BA70A4

Color information

#BA70A4 (or 0xBA70A4) is unknown color: approx Bouquet. HEX triplet: BA, 70 and A4. RGB value is (186,112,164). Sum of RGB (Red+Green+Blue) = 186+112+164=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 112 (44.14% from 255 or 24.24% from 462); Blue value is 164 (64.45% from 255 or 35.50% from 462); Max value from RGB is 186 - color contains mainly: red. Hex color #BA70A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA70A4 is #458F5B. Grayscale: #8B8B8B. Windows color (decimal): -4558684 or 10776762. OLE color: 10776762.

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

Color convert

RGB186112164-
CMYK00.400.120.27
HSL317.84º34.91%58.43%-
HSV(B)317.84º39.78%72.94%-
XYZ32.7424.7138.17-
YUV140.05141.52160.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.26%
GREEN value IS 112 (44.14% from 255) = 24.24%
BLUE value IS 164 (64.45% from 255) = 35.50%
R=40.26%
G=24.24%
B=35.50%

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
Decimal18611216400.400.120.27317.8434.9158.43
HexBA70A4028C1B13e233a
Octal27216024405014334764372
Binary101110101110000101001000101000110011011100111110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA70A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA70A4; }

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

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

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

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

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

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

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

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