#BA6865

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

Shades of Contessa #BA6865

Tints of Contessa #BA6865

Color information

#BA6865 (or 0xBA6865) is unknown color: approx Contessa. HEX triplet: BA, 68 and 65. RGB value is (186,104,101). Sum of RGB (Red+Green+Blue) = 186+104+101=391 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.57% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6865 is #45979A. Grayscale: #808080. Windows color (decimal): -4560795 or 6645946. OLE color: 6645946.

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

Color convert

RGB186104101-
CMYK00.440.460.27
HSL2.12º38.12%56.27%-
HSV(B)2.12º45.7%72.94%-
XYZ27.5521.2814.97-
YUV128.18112.67169.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.57%
GREEN value IS 104 (41.02% from 255) = 26.60%
BLUE value IS 101 (39.84% from 255) = 25.83%
R=47.57%
G=26.60%
B=25.83%

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
Decimal18610410100.440.460.272.1238.1256.27
HexBA686502C2E1B22638
Octal272150145054563324670
Binary101110101101000110010101011001011101101110100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6865; }

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

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

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

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

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

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

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

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