#BA719D

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

Shades of Bouquet #BA719D

Tints of Bouquet #BA719D

Color information

#BA719D (or 0xBA719D) is unknown color: approx Bouquet. HEX triplet: BA, 71 and 9D. RGB value is (186,113,157). Sum of RGB (Red+Green+Blue) = 186+113+157=456 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.79% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 186 - color contains mainly: red. Hex color #BA719D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA719D is #458E62. Grayscale: #8B8B8B. Windows color (decimal): -4558435 or 10318266. OLE color: 10318266.

HSL color Cylindrical-coordinate representation of color #BA719D: hue angle of 323.84º degrees, saturation: 0.35, 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 #BA719D is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.27.

Color convert

RGB186113157-
CMYK00.390.160.27
HSL323.84º34.6%58.63%-
HSV(B)323.84º39.25%72.94%-
XYZ32.2424.6834.96-
YUV139.84137.68160.92-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.79%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=40.79%
G=24.78%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611315700.390.160.27323.8434.658.63
HexBA719D027101B144233b
Octal27216123504720335044373
Binary1011101011100011001110101001111000011011101000100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA719D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA719D; }

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

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

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

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

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

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

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

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