#BA6D9F

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

Shades of Bouquet #BA6D9F

Tints of Bouquet #BA6D9F

Color information

#BA6D9F (or 0xBA6D9F) is unknown color: approx Bouquet. HEX triplet: BA, 6D and 9F. RGB value is (186,109,159). Sum of RGB (Red+Green+Blue) = 186+109+159=454 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.97% from 454); Green value is 109 (42.97% from 255 or 24.01% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6D9F is #459260. Grayscale: #898989. Windows color (decimal): -4559457 or 10448314. OLE color: 10448314.

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

Color convert

RGB186109159-
CMYK00.410.150.27
HSL321.04º35.81%57.84%-
HSV(B)321.04º41.4%72.94%-
XYZ31.9823.8835.72-
YUV137.72140.01162.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.97%
GREEN value IS 109 (42.97% from 255) = 24.01%
BLUE value IS 159 (62.5% from 255) = 35.02%
R=40.97%
G=24.01%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610915900.410.150.27321.0435.8157.84
HexBA6D9F029F1B141243a
Octal27215523705117335014472
Binary101110101101101100111110101001111111011101000001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D9F; }

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

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

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

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

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

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

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

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