#BA7BAA

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

Shades of Bouquet #BA7BAA

Tints of Bouquet #BA7BAA

Color information

#BA7BAA (or 0xBA7BAA) is unknown color: approx Bouquet. HEX triplet: BA, 7B and AA. RGB value is (186,123,170). Sum of RGB (Red+Green+Blue) = 186+123+170=479 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.83% from 479); Green value is 123 (48.44% from 255 or 25.68% from 479); Blue value is 170 (66.80% from 255 or 35.49% from 479); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7BAA is #458455. Grayscale: #939393. Windows color (decimal): -4555862 or 11172794. OLE color: 11172794.

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

Color convert

RGB186123170-
CMYK00.340.090.27
HSL315.24º31.34%60.59%-
HSV(B)315.24º33.87%72.94%-
XYZ34.5927.5141.52-
YUV147.2140.87155.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.83%
GREEN value IS 123 (48.44% from 255) = 25.68%
BLUE value IS 170 (66.80% from 255) = 35.49%
R=38.83%
G=25.68%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612317000.340.090.27315.2431.3460.59
HexBA7BAA02291B13b1f3d
Octal27217325204211334733775
Binary10111010111101110101010010001010011101110011101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7BAA; }

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

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

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

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

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

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

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

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