#BA74A9

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

Shades of Bouquet #BA74A9

Tints of Bouquet #BA74A9

Color information

#BA74A9 (or 0xBA74A9) is unknown color: approx Bouquet. HEX triplet: BA, 74 and A9. RGB value is (186,116,169). Sum of RGB (Red+Green+Blue) = 186+116+169=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 116 (45.70% from 255 or 24.63% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA74A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA74A9 is #458B56. Grayscale: #8E8E8E. Windows color (decimal): -4557655 or 11105466. OLE color: 11105466.

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

Color convert

RGB186116169-
CMYK00.380.090.27
HSL314.57º33.65%59.22%-
HSV(B)314.57º37.63%72.94%-
XYZ33.6625.7940.74-
YUV142.97142.69158.69-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 116 (45.70% from 255) = 24.63%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=39.49%
G=24.63%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611616900.380.090.27314.5733.6559.22
HexBA74A902691B13b223b
Octal27216425104611334734273
Binary101110101110100101010010100110100111011100111011100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74A9; }

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

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

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

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

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

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

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

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