#BA77A7

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

Shades of Bouquet #BA77A7

Tints of Bouquet #BA77A7

Color information

#BA77A7 (or 0xBA77A7) is unknown color: approx Bouquet. HEX triplet: BA, 77 and A7. RGB value is (186,119,167). Sum of RGB (Red+Green+Blue) = 186+119+167=472 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.41% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 167 (65.62% from 255 or 35.38% from 472); Max value from RGB is 186 - color contains mainly: red. Hex color #BA77A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BA77A7 is #458858. Grayscale: #909090. Windows color (decimal): -4556889 or 10975162. OLE color: 10975162.

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

Color convert

RGB186119167-
CMYK00.360.100.27
HSL317.01º32.68%59.8%-
HSV(B)317.01º36.02%72.94%-
XYZ33.8226.4239.88-
YUV144.5140.7157.6-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.41%
GREEN value IS 119 (46.88% from 255) = 25.21%
BLUE value IS 167 (65.62% from 255) = 35.38%
R=39.41%
G=25.21%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611916700.360.100.27317.0132.6859.8
HexBA77A7024A1B13d213c
Octal27216724704412334754174
Binary101110101110111101001110100100101011011100111101100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA77A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA77A7; }

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

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

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

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

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

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

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

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