#BA679F

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

Shades of Bouquet #BA679F

Tints of Bouquet #BA679F

Color information

#BA679F (or 0xBA679F) is unknown color: approx Bouquet. HEX triplet: BA, 67 and 9F. RGB value is (186,103,159). Sum of RGB (Red+Green+Blue) = 186+103+159=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA679F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA679F is #459860. Grayscale: #868686. Windows color (decimal): -4560993 or 10446778. OLE color: 10446778.

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

Color convert

RGB186103159-
CMYK00.450.150.27
HSL319.52º37.56%56.67%-
HSV(B)319.52º44.62%72.94%-
XYZ31.3622.6435.52-
YUV134.2142164.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 103 (40.62% from 255) = 22.99%
BLUE value IS 159 (62.5% from 255) = 35.49%
R=41.52%
G=22.99%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610315900.450.150.27319.5237.5656.67
HexBA679F02DF1B1402639
Octal27214723705517335004671
Binary101110101100111100111110101101111111011101000000100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA679F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA679F; }

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

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

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

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

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

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

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

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