#BA80A1

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

Shades of Bouquet #BA80A1

Tints of Bouquet #BA80A1

Color information

#BA80A1 (or 0xBA80A1) is unknown color: approx Bouquet. HEX triplet: BA, 80 and A1. RGB value is (186,128,161). Sum of RGB (Red+Green+Blue) = 186+128+161=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 128 (50.39% from 255 or 26.95% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80A1 is #457F5E. Grayscale: #959595. Windows color (decimal): -4554591 or 10584250. OLE color: 10584250.

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

Color convert

RGB186128161-
CMYK00.310.130.27
HSL325.86º29.59%61.57%-
HSV(B)325.86º31.18%72.94%-
XYZ34.428.4537.4-
YUV149.1134.72154.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 128 (50.39% from 255) = 26.95%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=39.16%
G=26.95%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612816100.310.130.27325.8629.5961.57
HexBA80A101FD1B1461e3e
Octal27220024103715335063676
Binary10111010100000001010000101111111011101110100011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80A1; }

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

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

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

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

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

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

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

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