#BA7666

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

Shades of Contessa #BA7666

Tints of Contessa #BA7666

Color information

#BA7666 (or 0xBA7666) is unknown color: approx Contessa. HEX triplet: BA, 76 and 66. RGB value is (186,118,102). Sum of RGB (Red+Green+Blue) = 186+118+102=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7666 is #458999. Grayscale: #888888. Windows color (decimal): -4557210 or 6715066. OLE color: 6715066.

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

Color convert

RGB186118102-
CMYK00.370.450.27
HSL11.43º37.84%56.47%-
HSV(B)11.43º45.16%72.94%-
XYZ29.1324.3615.74-
YUV136.51108.53163.3-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 102 (40.23% from 255) = 25.12%
R=45.81%
G=29.06%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611810200.370.450.2711.4337.8456.47
HexBA76660252D1Bb2638
Octal2721661460455533134670
Binary10111010111011011001100100101101101110111011100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7666; }

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

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

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

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

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

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

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

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