#BA685D

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

Shades of Contessa #BA685D

Tints of Contessa #BA685D

Color information

#BA685D (or 0xBA685D) is unknown color: approx Contessa. HEX triplet: BA, 68 and 5D. RGB value is (186,104,93). Sum of RGB (Red+Green+Blue) = 186+104+93=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA685D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA685D is #4597A2. Grayscale: #7F7F7F. Windows color (decimal): -4560803 or 6121658. OLE color: 6121658.

HSL color Cylindrical-coordinate representation of color #BA685D: hue angle of 7.1º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA685D is Cyan = 0, Magento = 0.44, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB18610493-
CMYK00.440.50.27
HSL7.1º40.26%54.71%-
HSV(B)7.1º50%72.94%-
XYZ27.1821.1313-
YUV127.26108.67169.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.56%
GREEN value IS 104 (41.02% from 255) = 27.15%
BLUE value IS 93 (36.72% from 255) = 24.28%
R=48.56%
G=27.15%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861049300.440.50.277.140.2654.71
HexBA685D02C321B72837
Octal272150135054623375067
Binary1011101011010001011101010110011001011011111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA685D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA685D; }

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

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

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

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

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

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

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

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