#BA739E

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

Shades of Bouquet #BA739E

Tints of Bouquet #BA739E

Color information

#BA739E (or 0xBA739E) is unknown color: approx Bouquet. HEX triplet: BA, 73 and 9E. RGB value is (186,115,158). Sum of RGB (Red+Green+Blue) = 186+115+158=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 186 - color contains mainly: red. Hex color #BA739E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA739E is #458C61. Grayscale: #8D8D8D. Windows color (decimal): -4557922 or 10384314. OLE color: 10384314.

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

Color convert

RGB186115158-
CMYK00.380.150.27
HSL323.66º33.97%59.02%-
HSV(B)323.66º38.17%72.94%-
XYZ32.5525.1735.49-
YUV141.13137.52160-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.52%
GREEN value IS 115 (45.31% from 255) = 25.05%
BLUE value IS 158 (62.11% from 255) = 34.42%
R=40.52%
G=25.05%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611515800.380.150.27323.6633.9759.02
HexBA739E026F1B144223b
Octal27216323604617335044273
Binary101110101110011100111100100110111111011101000100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA739E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA739E; }

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

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

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

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

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

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

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

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