#BA75AC

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

Shades of Bouquet #BA75AC

Tints of Bouquet #BA75AC

Color information

#BA75AC (or 0xBA75AC) is unknown color: approx Bouquet. HEX triplet: BA, 75 and AC. RGB value is (186,117,172). Sum of RGB (Red+Green+Blue) = 186+117+172=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 117 (46.09% from 255 or 24.63% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA75AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA75AC is #458A53. Grayscale: #8F8F8F. Windows color (decimal): -4557396 or 11302330. OLE color: 11302330.

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

Color convert

RGB186117172-
CMYK00.370.080.27
HSL312.17º33.33%59.41%-
HSV(B)312.17º37.1%72.94%-
XYZ34.0626.1442.28-
YUV143.9143.86158.03-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 117 (46.09% from 255) = 24.63%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=39.16%
G=24.63%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611717200.370.080.27312.1733.3359.41
HexBA75AC02581B138213b
Octal27216525404510334704173
Binary101110101110101101011000100101100011011100111000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA75AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA75AC; }

 p { color: rgb(186,117,172); }

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

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

 a { background-color: rgb(186,117,172); }

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

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

 span { border-color: rgb(186,117,172); }

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