#BA72A5

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

Shades of Bouquet #BA72A5

Tints of Bouquet #BA72A5

Color information

#BA72A5 (or 0xBA72A5) is unknown color: approx Bouquet. HEX triplet: BA, 72 and A5. RGB value is (186,114,165). Sum of RGB (Red+Green+Blue) = 186+114+165=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 165 (64.84% from 255 or 35.48% from 465); Max value from RGB is 186 - color contains mainly: red. Hex color #BA72A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA72A5 is #458D5A. Grayscale: #8D8D8D. Windows color (decimal): -4558171 or 10842810. OLE color: 10842810.

HSL color Cylindrical-coordinate representation of color #BA72A5: hue angle of 317.5º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BA72A5 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB186114165-
CMYK00.390.110.27
HSL317.5º34.29%58.82%-
HSV(B)317.5º38.71%72.94%-
XYZ33.0625.1938.72-
YUV141.34141.35159.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 114 (44.92% from 255) = 24.52%
BLUE value IS 165 (64.84% from 255) = 35.48%
R=40%
G=24.52%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611416500.390.110.27317.534.2958.82
HexBA72A5027B1B13e223b
Octal27216224504713334764273
Binary101110101110010101001010100111101111011100111110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA72A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA72A5; }

 p { color: rgb(186,114,165); }

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

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

 a { background-color: rgb(186,114,165); }

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

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

 span { border-color: rgb(186,114,165); }

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