#BA6F65

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

Shades of Contessa #BA6F65

Tints of Contessa #BA6F65

Color information

#BA6F65 (or 0xBA6F65) is unknown color: approx Contessa. HEX triplet: BA, 6F and 65. RGB value is (186,111,101). Sum of RGB (Red+Green+Blue) = 186+111+101=398 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.73% from 398); Green value is 111 (43.75% from 255 or 27.89% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F65 is #45909A. Grayscale: #848484. Windows color (decimal): -4559003 or 6647738. OLE color: 6647738.

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

Color convert

RGB186111101-
CMYK00.400.460.27
HSL7.06º38.12%56.27%-
HSV(B)7.06º45.7%72.94%-
XYZ28.2822.7515.21-
YUV132.28110.35166.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.73%
GREEN value IS 111 (43.75% from 255) = 27.89%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=46.73%
G=27.89%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611110100.400.460.277.0638.1256.27
HexBA6F650282E1B72638
Octal272157145050563374670
Binary1011101011011111100101010100010111011011111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F65; }

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

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

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

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

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

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

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

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