#BA719F

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

Shades of Bouquet #BA719F

Tints of Bouquet #BA719F

Color information

#BA719F (or 0xBA719F) is unknown color: approx Bouquet. HEX triplet: BA, 71 and 9F. RGB value is (186,113,159). Sum of RGB (Red+Green+Blue) = 186+113+159=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 113 (44.53% from 255 or 24.67% from 458); Blue value is 159 (62.5% from 255 or 34.72% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA719F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA719F is #458E60. Grayscale: #8B8B8B. Windows color (decimal): -4558433 or 10449338. OLE color: 10449338.

HSL color Cylindrical-coordinate representation of color #BA719F: hue angle of 322.19º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA719F is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB186113159-
CMYK00.390.150.27
HSL322.19º34.6%58.63%-
HSV(B)322.19º39.25%72.94%-
XYZ32.4124.7535.87-
YUV140.07138.68160.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 113 (44.53% from 255) = 24.67%
BLUE value IS 159 (62.5% from 255) = 34.72%
R=40.61%
G=24.67%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611315900.390.150.27322.1934.658.63
HexBA719F027F1B142233b
Octal27216123704717335024373
Binary101110101110001100111110100111111111011101000010100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA719F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA719F; }

 p { color: rgb(186,113,159); }

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

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

 a { background-color: rgb(186,113,159); }

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

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

 span { border-color: rgb(186,113,159); }

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