#BA7A9C

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

Shades of Bouquet #BA7A9C

Tints of Bouquet #BA7A9C

Color information

#BA7A9C (or 0xBA7A9C) is unknown color: approx Bouquet. HEX triplet: BA, 7A and 9C. RGB value is (186,122,156). Sum of RGB (Red+Green+Blue) = 186+122+156=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7A9C is #458563. Grayscale: #909090. Windows color (decimal): -4556132 or 10255034. OLE color: 10255034.

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

Color convert

RGB186122156-
CMYK00.340.160.27
HSL328.12º31.68%60.39%-
HSV(B)328.12º34.41%72.94%-
XYZ33.2126.7634.87-
YUV145.01134.2157.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 122 (48.05% from 255) = 26.29%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=40.09%
G=26.29%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.16
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612215600.340.160.27328.1231.6860.39
HexBA7A9C022101B148203c
Octal27217223404220335104074
Binary1011101011110101001110001000101000011011101001000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7A9C; }

 p { color: rgb(186,122,156); }

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

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

 a { background-color: rgb(186,122,156); }

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

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

 span { border-color: rgb(186,122,156); }

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