#BA7FA1

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

Shades of Bouquet #BA7FA1

Tints of Bouquet #BA7FA1

Color information

#BA7FA1 (or 0xBA7FA1) is unknown color: approx Bouquet. HEX triplet: BA, 7F and A1. RGB value is (186,127,161). Sum of RGB (Red+Green+Blue) = 186+127+161=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 127 (50% from 255 or 26.79% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7FA1 is #45805E. Grayscale: #949494. Windows color (decimal): -4554847 or 10583994. OLE color: 10583994.

HSL color Cylindrical-coordinate representation of color #BA7FA1: hue angle of 325.42º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BA7FA1 is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB186127161-
CMYK00.320.130.27
HSL325.42º29.95%61.37%-
HSV(B)325.42º31.72%72.94%-
XYZ34.2728.1937.35-
YUV148.52135.05154.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 127 (50% from 255) = 26.79%
BLUE value IS 161 (63.28% from 255) = 33.97%
R=39.24%
G=26.79%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612716100.320.130.27325.4229.9561.37
HexBA7FA1020D1B1451e3d
Octal27217724104015335053675
Binary10111010111111110100001010000011011101110100010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7FA1; }

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

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

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

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

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

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

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

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