#BA7CA2

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

Shades of Bouquet #BA7CA2

Tints of Bouquet #BA7CA2

Color information

#BA7CA2 (or 0xBA7CA2) is unknown color: approx Bouquet. HEX triplet: BA, 7C and A2. RGB value is (186,124,162). Sum of RGB (Red+Green+Blue) = 186+124+162=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 162 (63.67% from 255 or 34.32% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7CA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7CA2 is #45835D. Grayscale: #929292. Windows color (decimal): -4555614 or 10648762. OLE color: 10648762.

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

Color convert

RGB186124162-
CMYK00.330.130.27
HSL323.23º31%60.78%-
HSV(B)323.23º33.33%72.94%-
XYZ33.9827.4637.69-
YUV146.87136.54155.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 124 (48.83% from 255) = 26.27%
BLUE value IS 162 (63.67% from 255) = 34.32%
R=39.41%
G=26.27%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612416200.330.130.27323.233160.78
HexBA7CA2021D1B1431f3d
Octal27217424204115335033775
Binary10111010111110010100010010000111011101110100001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7CA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7CA2; }

 p { color: rgb(186,124,162); }

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

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

 a { background-color: rgb(186,124,162); }

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

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

 span { border-color: rgb(186,124,162); }

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