#BA7766

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

Shades of Contessa #BA7766

Tints of Contessa #BA7766

Color information

#BA7766 (or 0xBA7766) is unknown color: approx Contessa. HEX triplet: BA, 77 and 66. RGB value is (186,119,102). Sum of RGB (Red+Green+Blue) = 186+119+102=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 119 (46.88% from 255 or 29.24% from 407); Blue value is 102 (40.23% from 255 or 25.06% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7766 is #458899. Grayscale: #898989. Windows color (decimal): -4556954 or 6715322. OLE color: 6715322.

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

Color convert

RGB186119102-
CMYK00.360.450.27
HSL12.14º37.84%56.47%-
HSV(B)12.14º45.16%72.94%-
XYZ29.2424.5915.78-
YUV137.09108.2162.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 119 (46.88% from 255) = 29.24%
BLUE value IS 102 (40.23% from 255) = 25.06%
R=45.70%
G=29.24%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611910200.360.450.2712.1437.8456.47
HexBA77660242D1Bc2638
Octal2721671460445533144670
Binary10111010111011111001100100100101101110111100100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7766; }

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

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

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

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

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

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

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

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