#BA749E

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

Shades of Bouquet #BA749E

Tints of Bouquet #BA749E

Color information

#BA749E (or 0xBA749E) is unknown color: approx Bouquet. HEX triplet: BA, 74 and 9E. RGB value is (186,116,158). Sum of RGB (Red+Green+Blue) = 186+116+158=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 158 (62.11% from 255 or 34.35% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA749E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA749E is #458B61. Grayscale: #8D8D8D. Windows color (decimal): -4557666 or 10384570. OLE color: 10384570.

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

Color convert

RGB186116158-
CMYK00.380.150.27
HSL324º33.65%59.22%-
HSV(B)324º37.63%72.94%-
XYZ32.6725.435.53-
YUV141.72137.19159.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 158 (62.11% from 255) = 34.35%
R=40.43%
G=25.22%
B=34.35%

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
Decimal18611615800.380.150.2732433.6559.22
HexBA749E026F1B144223b
Octal27216423604617335044273
Binary101110101110100100111100100110111111011101000100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA749E; }

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

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

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

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

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

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

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

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