#BA80A0

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

Shades of Bouquet #BA80A0

Tints of Bouquet #BA80A0

Color information

#BA80A0 (or 0xBA80A0) is unknown color: approx Bouquet. HEX triplet: BA, 80 and A0. RGB value is (186,128,160). Sum of RGB (Red+Green+Blue) = 186+128+160=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 186 - color contains mainly: red. Hex color #BA80A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA80A0 is #457F5F. Grayscale: #949494. Windows color (decimal): -4554592 or 10518714. OLE color: 10518714.

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

Color convert

RGB186128160-
CMYK00.310.140.27
HSL326.9º29.59%61.57%-
HSV(B)326.9º31.18%72.94%-
XYZ34.3128.4236.93-
YUV148.99134.22154.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 128 (50.39% from 255) = 27.00%
BLUE value IS 160 (62.89% from 255) = 33.76%
R=39.24%
G=27.00%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612816000.310.140.27326.929.5961.57
HexBA80A001FE1B1471e3e
Octal27220024003716335073676
Binary10111010100000001010000001111111101101110100011111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA80A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA80A0; }

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

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

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

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

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

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

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

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