#BA719E

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

Shades of Bouquet #BA719E

Tints of Bouquet #BA719E

Color information

#BA719E (or 0xBA719E) is unknown color: approx Bouquet. HEX triplet: BA, 71 and 9E. RGB value is (186,113,158). Sum of RGB (Red+Green+Blue) = 186+113+158=457 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.70% from 457); Green value is 113 (44.53% from 255 or 24.73% from 457); Blue value is 158 (62.11% from 255 or 34.57% from 457); Max value from RGB is 186 - color contains mainly: red. Hex color #BA719E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA719E is #458E61. Grayscale: #8B8B8B. Windows color (decimal): -4558434 or 10383802. OLE color: 10383802.

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

Color convert

RGB186113158-
CMYK00.390.150.27
HSL323.01º34.6%58.63%-
HSV(B)323.01º39.25%72.94%-
XYZ32.3324.7235.42-
YUV139.96138.18160.84-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.70%
GREEN value IS 113 (44.53% from 255) = 24.73%
BLUE value IS 158 (62.11% from 255) = 34.57%
R=40.70%
G=24.73%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611315800.390.150.27323.0134.658.63
HexBA719E027F1B143233b
Octal27216123604717335034373
Binary101110101110001100111100100111111111011101000011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA719E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA719E; }

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

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

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

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

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

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

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

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