#BA75A0

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

Shades of Bouquet #BA75A0

Tints of Bouquet #BA75A0

Color information

#BA75A0 (or 0xBA75A0) is unknown color: approx Bouquet. HEX triplet: BA, 75 and A0. RGB value is (186,117,160). Sum of RGB (Red+Green+Blue) = 186+117+160=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 117 (46.09% from 255 or 25.27% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA75A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA75A0 is #458A5F. Grayscale: #8E8E8E. Windows color (decimal): -4557408 or 10515898. OLE color: 10515898.

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

Color convert

RGB186117160-
CMYK00.370.140.27
HSL322.61º33.33%59.41%-
HSV(B)322.61º37.1%72.94%-
XYZ32.9625.736.48-
YUV142.53137.86159-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 117 (46.09% from 255) = 25.27%
BLUE value IS 160 (62.89% from 255) = 34.56%
R=40.17%
G=25.27%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611716000.370.140.27322.6133.3359.41
HexBA75A0025E1B143213b
Octal27216524004516335034173
Binary101110101110101101000000100101111011011101000011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA75A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA75A0; }

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

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

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

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

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

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

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

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