#BA6D9E

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

Shades of Bouquet #BA6D9E

Tints of Bouquet #BA6D9E

Color information

#BA6D9E (or 0xBA6D9E) is unknown color: approx Bouquet. HEX triplet: BA, 6D and 9E. RGB value is (186,109,158). Sum of RGB (Red+Green+Blue) = 186+109+158=453 (60% of max value = 765). Red value is 186 (73.05% from 255 or 41.06% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 158 (62.11% from 255 or 34.88% from 453); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6D9E is #459261. Grayscale: #898989. Windows color (decimal): -4559458 or 10382778. OLE color: 10382778.

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

Color convert

RGB186109158-
CMYK00.410.150.27
HSL321.82º35.81%57.84%-
HSV(B)321.82º41.4%72.94%-
XYZ31.8923.8535.27-
YUV137.61139.51162.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.06%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 158 (62.11% from 255) = 34.88%
R=41.06%
G=24.06%
B=34.88%

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
Decimal18610915800.410.150.27321.8235.8157.84
HexBA6D9E029F1B142243a
Octal27215523605117335024472
Binary101110101101101100111100101001111111011101000010100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D9E; }

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

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

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

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

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

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

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

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