#BA6E9C

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

Shades of Bouquet #BA6E9C

Tints of Bouquet #BA6E9C

Color information

#BA6E9C (or 0xBA6E9C) is unknown color: approx Bouquet. HEX triplet: BA, 6E and 9C. RGB value is (186,110,156). Sum of RGB (Red+Green+Blue) = 186+110+156=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 110 (43.36% from 255 or 24.34% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6E9C is #459163. Grayscale: #898989. Windows color (decimal): -4559204 or 10251962. OLE color: 10251962.

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

Color convert

RGB186110156-
CMYK00.410.160.27
HSL323.68º35.51%58.04%-
HSV(B)323.68º40.86%72.94%-
XYZ31.8323.9934.41-
YUV137.97138.18162.26-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 110 (43.36% from 255) = 24.34%
BLUE value IS 156 (61.33% from 255) = 34.51%
R=41.15%
G=24.34%
B=34.51%

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
Decimal18611015600.410.160.27323.6835.5158.04
HexBA6E9C029101B144243a
Octal27215623405120335044472
Binary1011101011011101001110001010011000011011101000100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E9C; }

 p { color: rgb(186,110,156); }

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

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

 a { background-color: rgb(186,110,156); }

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

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

 span { border-color: rgb(186,110,156); }

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