#BA75AB

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

Shades of Bouquet #BA75AB

Tints of Bouquet #BA75AB

Color information

#BA75AB (or 0xBA75AB) is unknown color: approx Bouquet. HEX triplet: BA, 75 and AB. RGB value is (186,117,171). Sum of RGB (Red+Green+Blue) = 186+117+171=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 171 (67.19% from 255 or 36.08% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA75AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA75AB is #458A54. Grayscale: #8F8F8F. Windows color (decimal): -4557397 or 11236794. OLE color: 11236794.

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

Color convert

RGB186117171-
CMYK00.370.080.27
HSL313.04º33.33%59.41%-
HSV(B)313.04º37.1%72.94%-
XYZ33.9626.141.78-
YUV143.79143.36158.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 117 (46.09% from 255) = 24.68%
BLUE value IS 171 (67.19% from 255) = 36.08%
R=39.24%
G=24.68%
B=36.08%

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
Decimal18611717100.370.080.27313.0433.3359.41
HexBA75AB02581B139213b
Octal27216525304510334714173
Binary101110101110101101010110100101100011011100111001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA75AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA75AB; }

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

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

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

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

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

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

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

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