#BA789E

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

Shades of Bouquet #BA789E

Tints of Bouquet #BA789E

Color information

#BA789E (or 0xBA789E) is unknown color: approx Bouquet. HEX triplet: BA, 78 and 9E. RGB value is (186,120,158). Sum of RGB (Red+Green+Blue) = 186+120+158=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 120 (47.27% from 255 or 25.86% from 464); Blue value is 158 (62.11% from 255 or 34.05% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA789E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA789E is #458761. Grayscale: #8F8F8F. Windows color (decimal): -4556642 or 10385594. OLE color: 10385594.

HSL color Cylindrical-coordinate representation of color #BA789E: hue angle of 325.45º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BA789E is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB186120158-
CMYK00.350.150.27
HSL325.45º32.35%60%-
HSV(B)325.45º35.48%72.94%-
XYZ33.1426.3435.69-
YUV144.07135.87157.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 120 (47.27% from 255) = 25.86%
BLUE value IS 158 (62.11% from 255) = 34.05%
R=40.09%
G=25.86%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612015800.350.150.27325.4532.3560
HexBA789E023F1B145203c
Octal27217023604317335054074
Binary101110101111000100111100100011111111011101000101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA789E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA789E; }

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

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

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

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

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

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

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

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