#BA75A6

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

Shades of Bouquet #BA75A6

Tints of Bouquet #BA75A6

Color information

#BA75A6 (or 0xBA75A6) is unknown color: approx Bouquet. HEX triplet: BA, 75 and A6. RGB value is (186,117,166). Sum of RGB (Red+Green+Blue) = 186+117+166=469 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.66% from 469); Green value is 117 (46.09% from 255 or 24.95% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 186 - color contains mainly: red. Hex color #BA75A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA75A6 is #458A59. Grayscale: #8F8F8F. Windows color (decimal): -4557402 or 10909114. OLE color: 10909114.

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

Color convert

RGB186117166-
CMYK00.370.110.27
HSL317.39º33.33%59.41%-
HSV(B)317.39º37.1%72.94%-
XYZ33.4925.9139.31-
YUV143.22140.86158.52-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.66%
GREEN value IS 117 (46.09% from 255) = 24.95%
BLUE value IS 166 (65.23% from 255) = 35.39%
R=39.66%
G=24.95%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611716600.370.110.27317.3933.3359.41
HexBA75A6025B1B13d213b
Octal27216524604513334754173
Binary101110101110101101001100100101101111011100111101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA75A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA75A6; }

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

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

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

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

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

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

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

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