#BA7FA4

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

Shades of Bouquet #BA7FA4

Tints of Bouquet #BA7FA4

Color information

#BA7FA4 (or 0xBA7FA4) is unknown color: approx Bouquet. HEX triplet: BA, 7F and A4. RGB value is (186,127,164). Sum of RGB (Red+Green+Blue) = 186+127+164=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 164 (64.45% from 255 or 34.38% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7FA4 is #45805B. Grayscale: #949494. Windows color (decimal): -4554844 or 10780602. OLE color: 10780602.

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

Color convert

RGB186127164-
CMYK00.320.120.27
HSL322.37º29.95%61.37%-
HSV(B)322.37º31.72%72.94%-
XYZ34.5428.338.76-
YUV148.86136.55154.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 127 (50% from 255) = 26.62%
BLUE value IS 164 (64.45% from 255) = 34.38%
R=38.99%
G=26.62%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612716400.320.120.27322.3729.9561.37
HexBA7FA4020C1B1421e3d
Octal27217724404014335023675
Binary10111010111111110100100010000011001101110100001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7FA4; }

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

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

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

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

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

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

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

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