#BA7776

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

Shades of Contessa #BA7776

Tints of Contessa #BA7776

Color information

#BA7776 (or 0xBA7776) is unknown color: approx Contessa. HEX triplet: BA, 77 and 76. RGB value is (186,119,118). Sum of RGB (Red+Green+Blue) = 186+119+118=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 118 (46.48% from 255 or 27.90% from 423); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7776 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7776 is #458889. Grayscale: #8A8A8A. Windows color (decimal): -4556938 or 7763898. OLE color: 7763898.

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

Color convert

RGB186119118-
CMYK00.360.370.27
HSL0.88º33.01%59.61%-
HSV(B)0.88º36.56%72.94%-
XYZ30.1224.9420.37-
YUV138.92116.2161.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 43.97%
GREEN value IS 119 (46.88% from 255) = 28.13%
BLUE value IS 118 (46.48% from 255) = 27.90%
R=43.97%
G=28.13%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611911800.360.370.270.8833.0159.61
HexBA7776024251B1213c
Octal272167166044453314174
Binary10111010111011111101100100100100101110111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7776; }

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

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

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

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

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

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

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

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