#BA69A1

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

Shades of Bouquet #BA69A1

Tints of Bouquet #BA69A1

Color information

#BA69A1 (or 0xBA69A1) is unknown color: approx Bouquet. HEX triplet: BA, 69 and A1. RGB value is (186,105,161). Sum of RGB (Red+Green+Blue) = 186+105+161=452 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.15% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 161 (63.28% from 255 or 35.62% from 452); Max value from RGB is 186 - color contains mainly: red. Hex color #BA69A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA69A1 is #45965E. Grayscale: #878787. Windows color (decimal): -4560479 or 10578362. OLE color: 10578362.

HSL color Cylindrical-coordinate representation of color #BA69A1: hue angle of 318.52º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA69A1 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.27.

Color convert

RGB186105161-
CMYK00.440.130.27
HSL318.52º36.99%57.06%-
HSV(B)318.52º43.55%72.94%-
XYZ31.7323.1236.51-
YUV135.6142.34163.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.15%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 161 (63.28% from 255) = 35.62%
R=41.15%
G=23.23%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610516100.440.130.27318.5236.9957.06
HexBA69A102CD1B13f2539
Octal27215124105415334774571
Binary101110101101001101000010101100110111011100111111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA69A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA69A1; }

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

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

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

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

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

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

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

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