#BA80A4

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

Shades of Bouquet #BA80A4

Tints of Bouquet #BA80A4

Color information

#BA80A4 (or 0xBA80A4) is unknown color: approx Bouquet. HEX triplet: BA, 80 and A4. RGB value is (186,128,164). Sum of RGB (Red+Green+Blue) = 186+128+164=478 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.91% from 478); Green value is 128 (50.39% from 255 or 26.78% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80A4 is #457F5B. Grayscale: #959595. Windows color (decimal): -4554588 or 10780858. OLE color: 10780858.

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

Color convert

RGB186128164-
CMYK00.310.120.27
HSL322.76º29.59%61.57%-
HSV(B)322.76º31.18%72.94%-
XYZ34.6728.5638.81-
YUV149.45136.22154.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.91%
GREEN value IS 128 (50.39% from 255) = 26.78%
BLUE value IS 164 (64.45% from 255) = 34.31%
R=38.91%
G=26.78%
B=34.31%

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
Decimal18612816400.310.120.27322.7629.5961.57
HexBA80A401FC1B1431e3e
Octal27220024403714335033676
Binary10111010100000001010010001111111001101110100001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80A4; }

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

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

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

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

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

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

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

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