#BA729E

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

Shades of Bouquet #BA729E

Tints of Bouquet #BA729E

Color information

#BA729E (or 0xBA729E) is unknown color: approx Bouquet. HEX triplet: BA, 72 and 9E. RGB value is (186,114,158). Sum of RGB (Red+Green+Blue) = 186+114+158=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 114 (44.92% from 255 or 24.89% from 458); Blue value is 158 (62.11% from 255 or 34.50% from 458); Max value from RGB is 186 - color contains mainly: red. Hex color #BA729E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA729E is #458D61. Grayscale: #8C8C8C. Windows color (decimal): -4558178 or 10384058. OLE color: 10384058.

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

Color convert

RGB186114158-
CMYK00.390.150.27
HSL323.33º34.29%58.82%-
HSV(B)323.33º38.71%72.94%-
XYZ32.4424.9435.45-
YUV140.54137.85160.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 114 (44.92% from 255) = 24.89%
BLUE value IS 158 (62.11% from 255) = 34.50%
R=40.61%
G=24.89%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611415800.390.150.27323.3334.2958.82
HexBA729E027F1B143223b
Octal27216223604717335034273
Binary101110101110010100111100100111111111011101000011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA729E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA729E; }

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

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

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

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

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

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

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

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