#BA6D9D

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

Shades of Bouquet #BA6D9D

Tints of Bouquet #BA6D9D

Color information

#BA6D9D (or 0xBA6D9D) is unknown color: approx Bouquet. HEX triplet: BA, 6D and 9D. RGB value is (186,109,157). Sum of RGB (Red+Green+Blue) = 186+109+157=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 109 (42.97% from 255 or 24.12% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6D9D is #459262. Grayscale: #898989. Windows color (decimal): -4559459 or 10317242. OLE color: 10317242.

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

Color convert

RGB186109157-
CMYK00.410.160.27
HSL322.6º35.81%57.84%-
HSV(B)322.6º41.4%72.94%-
XYZ31.823.8134.82-
YUV137.5139.01162.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 109 (42.97% from 255) = 24.12%
BLUE value IS 157 (61.72% from 255) = 34.73%
R=41.15%
G=24.12%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610915700.410.160.27322.635.8157.84
HexBA6D9D029101B143243a
Octal27215523505120335034472
Binary1011101011011011001110101010011000011011101000011100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D9D; }

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

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

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

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

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

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

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

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