#BA7BA2

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

Shades of Bouquet #BA7BA2

Tints of Bouquet #BA7BA2

Color information

#BA7BA2 (or 0xBA7BA2) is unknown color: approx Bouquet. HEX triplet: BA, 7B and A2. RGB value is (186,123,162). Sum of RGB (Red+Green+Blue) = 186+123+162=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 162 (63.67% from 255 or 34.39% from 471); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7BA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA7BA2 is #45845D. Grayscale: #929292. Windows color (decimal): -4555870 or 10648506. OLE color: 10648506.

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

Color convert

RGB186123162-
CMYK00.340.130.27
HSL322.86º31.34%60.59%-
HSV(B)322.86º33.87%72.94%-
XYZ33.8527.2137.65-
YUV146.28136.87156.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 123 (48.44% from 255) = 26.11%
BLUE value IS 162 (63.67% from 255) = 34.39%
R=39.49%
G=26.11%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.13
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612316200.340.130.27322.8631.3460.59
HexBA7BA2022D1B1431f3d
Octal27217324204215335033775
Binary10111010111101110100010010001011011101110100001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7BA2; }

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

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

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

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

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

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

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

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