#BA81A0

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

Shades of Bouquet #BA81A0

Tints of Bouquet #BA81A0

Color information

#BA81A0 (or 0xBA81A0) is unknown color: approx Bouquet. HEX triplet: BA, 81 and A0. RGB value is (186,129,160). Sum of RGB (Red+Green+Blue) = 186+129+160=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 129 (50.78% from 255 or 27.16% from 475); Blue value is 160 (62.89% from 255 or 33.68% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA81A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BA81A0 is #457E5F. Grayscale: #959595. Windows color (decimal): -4554336 or 10518970. OLE color: 10518970.

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

Color convert

RGB186129160-
CMYK00.310.140.27
HSL327.37º29.23%61.76%-
HSV(B)327.37º30.65%72.94%-
XYZ34.4528.6836.98-
YUV149.58133.88153.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 129 (50.78% from 255) = 27.16%
BLUE value IS 160 (62.89% from 255) = 33.68%
R=39.16%
G=27.16%
B=33.68%

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
Decimal18612916000.310.140.27327.3729.2361.76
HexBA81A001FE1B1471d3e
Octal27220124003716335073576
Binary10111010100000011010000001111111101101110100011111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA81A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA81A0; }

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

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

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

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

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

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

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

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