#BA789D

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

Shades of Bouquet #BA789D

Tints of Bouquet #BA789D

Color information

#BA789D (or 0xBA789D) is unknown color: approx Bouquet. HEX triplet: BA, 78 and 9D. RGB value is (186,120,157). Sum of RGB (Red+Green+Blue) = 186+120+157=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 120 (47.27% from 255 or 25.92% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 186 - color contains mainly: red. Hex color #BA789D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA789D is #458762. Grayscale: #8F8F8F. Windows color (decimal): -4556643 or 10320058. OLE color: 10320058.

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

Color convert

RGB186120157-
CMYK00.350.160.27
HSL326.36º32.35%60%-
HSV(B)326.36º35.48%72.94%-
XYZ33.0526.3135.23-
YUV143.95135.37157.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.17%
GREEN value IS 120 (47.27% from 255) = 25.92%
BLUE value IS 157 (61.72% from 255) = 33.91%
R=40.17%
G=25.92%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612015700.350.160.27326.3632.3560
HexBA789D023101B146203c
Octal27217023504320335064074
Binary1011101011110001001110101000111000011011101000110100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA789D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA789D; }

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

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

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

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

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

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

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

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