#BA6766

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

Shades of Contessa #BA6766

Tints of Contessa #BA6766

Color information

#BA6766 (or 0xBA6766) is unknown color: approx Contessa. HEX triplet: BA, 67 and 66. RGB value is (186,103,102). Sum of RGB (Red+Green+Blue) = 186+103+102=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 102 (40.23% from 255 or 26.09% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6766 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6766 is #459899. Grayscale: #7F7F7F. Windows color (decimal): -4561050 or 6711226. OLE color: 6711226.

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

Color convert

RGB186103102-
CMYK00.450.450.27
HSL0.71º37.84%56.47%-
HSV(B)0.71º45.16%72.94%-
XYZ27.521.115.19-
YUV127.7113.5169.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 103 (40.62% from 255) = 26.34%
BLUE value IS 102 (40.23% from 255) = 26.09%
R=47.57%
G=26.34%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610310200.450.450.270.7137.8456.47
HexBA676602D2D1B12638
Octal272147146055553314670
Binary10111010110011111001100101101101101110111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6766; }

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

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

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

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

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

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

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

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