#BA7EA7

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

Shades of Bouquet #BA7EA7

Tints of Bouquet #BA7EA7

Color information

#BA7EA7 (or 0xBA7EA7) is unknown color: approx Bouquet. HEX triplet: BA, 7E and A7. RGB value is (186,126,167). Sum of RGB (Red+Green+Blue) = 186+126+167=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7EA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7EA7 is #458158. Grayscale: #949494. Windows color (decimal): -4555097 or 10976954. OLE color: 10976954.

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

Color convert

RGB186126167-
CMYK00.320.100.27
HSL319º30.3%61.18%-
HSV(B)319º32.26%72.94%-
XYZ34.6928.1540.16-
YUV148.61138.38154.67-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 167 (65.62% from 255) = 34.86%
R=38.83%
G=26.30%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612616700.320.100.2731930.361.18
HexBA7EA7020A1B13f1e3d
Octal27217624704012334773675
Binary10111010111111010100111010000010101101110011111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7EA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7EA7; }

 p { color: rgb(186,126,167); }

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

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

 a { background-color: rgb(186,126,167); }

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

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

 span { border-color: rgb(186,126,167); }

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