#BA6B9F

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

Shades of Bouquet #BA6B9F

Tints of Bouquet #BA6B9F

Color information

#BA6B9F (or 0xBA6B9F) is unknown color: approx Bouquet. HEX triplet: BA, 6B and 9F. RGB value is (186,107,159). Sum of RGB (Red+Green+Blue) = 186+107+159=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 159 (62.5% from 255 or 35.18% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6B9F is #459460. Grayscale: #888888. Windows color (decimal): -4559969 or 10447802. OLE color: 10447802.

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

Color convert

RGB186107159-
CMYK00.420.150.27
HSL320.51º36.41%57.45%-
HSV(B)320.51º42.47%72.94%-
XYZ31.7723.4635.65-
YUV136.55140.67163.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 107 (42.19% from 255) = 23.67%
BLUE value IS 159 (62.5% from 255) = 35.18%
R=41.15%
G=23.67%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610715900.420.150.27320.5136.4157.45
HexBA6B9F02AF1B1412439
Octal27215323705217335014471
Binary101110101101011100111110101010111111011101000001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6B9F; }

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

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

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

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

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

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

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

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