#BA6764

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

Shades of Contessa #BA6764

Tints of Contessa #BA6764

Color information

#BA6764 (or 0xBA6764) is unknown color: approx Contessa. HEX triplet: BA, 67 and 64. RGB value is (186,103,100). Sum of RGB (Red+Green+Blue) = 186+103+100=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6764 is #45989B. Grayscale: #7F7F7F. Windows color (decimal): -4561052 or 6580154. OLE color: 6580154.

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

Color convert

RGB186103100-
CMYK00.450.460.27
HSL2.09º38.39%56.08%-
HSV(B)2.09º46.24%72.94%-
XYZ27.421.0614.68-
YUV127.48112.5169.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=47.81%
G=26.48%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610310000.450.460.272.0938.3956.08
HexBA676402D2E1B22638
Octal272147144055563324670
Binary101110101100111110010001011011011101101110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6764; }

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

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

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

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

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

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

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

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