#BA6BA7

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

Shades of Bouquet #BA6BA7

Tints of Bouquet #BA6BA7

Color information

#BA6BA7 (or 0xBA6BA7) is unknown color: approx Bouquet. HEX triplet: BA, 6B and A7. RGB value is (186,107,167). Sum of RGB (Red+Green+Blue) = 186+107+167=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA6BA7 is #459458. Grayscale: #898989. Windows color (decimal): -4559961 or 10972090. OLE color: 10972090.

HSL color Cylindrical-coordinate representation of color #BA6BA7: hue angle of 314.43º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA6BA7 is Cyan = 0, Magento = 0.42, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB186107167-
CMYK00.420.100.27
HSL314.43º36.41%57.45%-
HSV(B)314.43º42.47%72.94%-
XYZ32.4823.7439.43-
YUV137.46144.67162.62-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 107 (42.19% from 255) = 23.26%
BLUE value IS 167 (65.62% from 255) = 36.30%
R=40.43%
G=23.26%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610716700.420.100.27314.4336.4157.45
HexBA6BA702AA1B13a2439
Octal27215324705212334724471
Binary101110101101011101001110101010101011011100111010100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6BA7; }

 p { color: rgb(186,107,167); }

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

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

 a { background-color: rgb(186,107,167); }

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

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

 span { border-color: rgb(186,107,167); }

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