#BA7BA6

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

Shades of Bouquet #BA7BA6

Tints of Bouquet #BA7BA6

Color information

#BA7BA6 (or 0xBA7BA6) is unknown color: approx Bouquet. HEX triplet: BA, 7B and A6. RGB value is (186,123,166). Sum of RGB (Red+Green+Blue) = 186+123+166=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 166 (65.23% from 255 or 34.95% from 475); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7BA6 is #458459. Grayscale: #929292. Windows color (decimal): -4555866 or 10910650. OLE color: 10910650.

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

Color convert

RGB186123166-
CMYK00.340.110.27
HSL319.05º31.34%60.59%-
HSV(B)319.05º33.87%72.94%-
XYZ34.2227.3639.55-
YUV146.74138.87156-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 123 (48.44% from 255) = 25.89%
BLUE value IS 166 (65.23% from 255) = 34.95%
R=39.16%
G=25.89%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612316600.340.110.27319.0531.3460.59
HexBA7BA6022B1B13f1f3d
Octal27217324604213334773775
Binary10111010111101110100110010001010111101110011111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7BA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7BA6; }

 p { color: rgb(186,123,166); }

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

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

 a { background-color: rgb(186,123,166); }

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

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

 span { border-color: rgb(186,123,166); }

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