#BA7DA1

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

Shades of Bouquet #BA7DA1

Tints of Bouquet #BA7DA1

Color information

#BA7DA1 (or 0xBA7DA1) is unknown color: approx Bouquet. HEX triplet: BA, 7D and A1. RGB value is (186,125,161). Sum of RGB (Red+Green+Blue) = 186+125+161=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 125 (49.22% from 255 or 26.48% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7DA1 is #45825E. Grayscale: #939393. Windows color (decimal): -4555359 or 10583482. OLE color: 10583482.

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

Color convert

RGB186125161-
CMYK00.330.130.27
HSL324.59º30.65%60.98%-
HSV(B)324.59º32.8%72.94%-
XYZ34.0227.6837.27-
YUV147.34135.71155.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 125 (49.22% from 255) = 26.48%
BLUE value IS 161 (63.28% from 255) = 34.11%
R=39.41%
G=26.48%
B=34.11%

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
Decimal18612516100.330.130.27324.5930.6560.98
HexBA7DA1021D1B1451f3d
Octal27217524104115335053775
Binary10111010111110110100001010000111011101110100010111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7DA1; }

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

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

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

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

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

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

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

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