#BA6965

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

Shades of Contessa #BA6965

Tints of Contessa #BA6965

Color information

#BA6965 (or 0xBA6965) is unknown color: approx Contessa. HEX triplet: BA, 69 and 65. RGB value is (186,105,101). Sum of RGB (Red+Green+Blue) = 186+105+101=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 101 (39.84% from 255 or 25.77% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6965 is #45969A. Grayscale: #808080. Windows color (decimal): -4560539 or 6646202. OLE color: 6646202.

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

Color convert

RGB186105101-
CMYK00.440.460.27
HSL2.82º38.12%56.27%-
HSV(B)2.82º45.7%72.94%-
XYZ27.6521.4815-
YUV128.76112.34168.83-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 105 (41.41% from 255) = 26.79%
BLUE value IS 101 (39.84% from 255) = 25.77%
R=47.45%
G=26.79%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610510100.440.460.272.8238.1256.27
HexBA696502C2E1B32638
Octal272151145054563334670
Binary101110101101001110010101011001011101101111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6965; }

 p { color: rgb(186,105,101); }

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

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

 a { background-color: rgb(186,105,101); }

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

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

 span { border-color: rgb(186,105,101); }

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