#BA709D

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

Shades of Bouquet #BA709D

Tints of Bouquet #BA709D

Color information

#BA709D (or 0xBA709D) is unknown color: approx Bouquet. HEX triplet: BA, 70 and 9D. RGB value is (186,112,157). Sum of RGB (Red+Green+Blue) = 186+112+157=455 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.88% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 157 (61.72% from 255 or 34.51% from 455); Max value from RGB is 186 - color contains mainly: red. Hex color #BA709D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA709D is #458F62. Grayscale: #8B8B8B. Windows color (decimal): -4558691 or 10318010. OLE color: 10318010.

HSL color Cylindrical-coordinate representation of color #BA709D: hue angle of 323.51º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA709D is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB186112157-
CMYK00.400.160.27
HSL323.51º34.91%58.43%-
HSV(B)323.51º39.78%72.94%-
XYZ32.1324.4634.93-
YUV139.26138.02161.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.88%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 157 (61.72% from 255) = 34.51%
R=40.88%
G=24.62%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611215700.400.160.27323.5134.9158.43
HexBA709D028101B144233a
Octal27216023505020335044372
Binary1011101011100001001110101010001000011011101000100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA709D; }

 p { color: rgb(186,112,157); }

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

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

 a { background-color: rgb(186,112,157); }

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

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

 span { border-color: rgb(186,112,157); }

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