#BA6D68

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

Shades of Contessa #BA6D68

Tints of Contessa #BA6D68

Color information

#BA6D68 (or 0xBA6D68) is unknown color: approx Contessa. HEX triplet: BA, 6D and 68. RGB value is (186,109,104). Sum of RGB (Red+Green+Blue) = 186+109+104=399 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.62% from 399); Green value is 109 (42.97% from 255 or 27.32% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D68 is #459297. Grayscale: #838383. Windows color (decimal): -4559512 or 6843834. OLE color: 6843834.

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

Color convert

RGB186109104-
CMYK00.410.440.27
HSL3.66º37.27%56.86%-
HSV(B)3.66º44.09%72.94%-
XYZ28.2222.3815.93-
YUV131.45112.51166.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.62%
GREEN value IS 109 (42.97% from 255) = 27.32%
BLUE value IS 104 (41.02% from 255) = 26.07%
R=46.62%
G=27.32%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610910400.410.440.273.6637.2756.86
HexBA6D680292C1B42539
Octal272155150051543344571
Binary1011101011011011101000010100110110011011100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D68; }

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

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

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

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

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

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

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

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