#BA66A0

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

Shades of Bouquet #BA66A0

Tints of Bouquet #BA66A0

Color information

#BA66A0 (or 0xBA66A0) is unknown color: approx Bouquet. HEX triplet: BA, 66 and A0. RGB value is (186,102,160). Sum of RGB (Red+Green+Blue) = 186+102+160=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 102 (40.23% from 255 or 22.77% from 448); Blue value is 160 (62.89% from 255 or 35.71% from 448); Max value from RGB is 186 - color contains mainly: red. Hex color #BA66A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA66A0 is #45995F. Grayscale: #858585. Windows color (decimal): -4561248 or 10512058. OLE color: 10512058.

HSL color Cylindrical-coordinate representation of color #BA66A0: hue angle of 318.57º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BA66A0 is Cyan = 0, Magento = 0.45, Yellow = 0.14 and Black (K on CMYK) = 0.27.

Color convert

RGB186102160-
CMYK00.450.140.27
HSL318.57º37.84%56.47%-
HSV(B)318.57º45.16%72.94%-
XYZ31.3522.4835.94-
YUV133.73142.83165.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 102 (40.23% from 255) = 22.77%
BLUE value IS 160 (62.89% from 255) = 35.71%
R=41.52%
G=22.77%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.14
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610216000.450.140.27318.5737.8456.47
HexBA66A002DE1B13f2638
Octal27214624005516334774670
Binary101110101100110101000000101101111011011100111111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA66A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA66A0; }

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

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

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

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

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

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

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

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