#BA80A3

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

Shades of Bouquet #BA80A3

Tints of Bouquet #BA80A3

Color information

#BA80A3 (or 0xBA80A3) is unknown color: approx Bouquet. HEX triplet: BA, 80 and A3. RGB value is (186,128,163). Sum of RGB (Red+Green+Blue) = 186+128+163=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 163 (64.06% from 255 or 34.17% from 477); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80A3 is #457F5C. Grayscale: #959595. Windows color (decimal): -4554589 or 10715322. OLE color: 10715322.

HSL color Cylindrical-coordinate representation of color #BA80A3: hue angle of 323.79º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BA80A3 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.27.

Color convert

RGB186128163-
CMYK00.310.120.27
HSL323.79º29.59%61.57%-
HSV(B)323.79º31.18%72.94%-
XYZ34.5828.5238.33-
YUV149.33135.72154.15-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 128 (50.39% from 255) = 26.83%
BLUE value IS 163 (64.06% from 255) = 34.17%
R=38.99%
G=26.83%
B=34.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612816300.310.120.27323.7929.5961.57
HexBA80A301FC1B1441e3e
Octal27220024303714335043676
Binary10111010100000001010001101111111001101110100010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80A3; }

 p { color: rgb(186,128,163); }

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

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

 a { background-color: rgb(186,128,163); }

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

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

 span { border-color: rgb(186,128,163); }

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