#BA6F9E

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

Shades of Bouquet #BA6F9E

Tints of Bouquet #BA6F9E

Color information

#BA6F9E (or 0xBA6F9E) is unknown color: approx Bouquet. HEX triplet: BA, 6F and 9E. RGB value is (186,111,158). Sum of RGB (Red+Green+Blue) = 186+111+158=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 158 (62.11% from 255 or 34.73% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6F9E is #459061. Grayscale: #8A8A8A. Windows color (decimal): -4558946 or 10383290. OLE color: 10383290.

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

Color convert

RGB186111158-
CMYK00.400.150.27
HSL322.4º35.21%58.24%-
HSV(B)322.4º40.32%72.94%-
XYZ32.1124.2835.34-
YUV138.78138.85161.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 111 (43.75% from 255) = 24.40%
BLUE value IS 158 (62.11% from 255) = 34.73%
R=40.88%
G=24.40%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611115800.400.150.27322.435.2158.24
HexBA6F9E028F1B142233a
Octal27215723605017335024372
Binary101110101101111100111100101000111111011101000010100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F9E; }

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

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

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

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

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

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

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

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