#BA706C

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

Shades of Contessa #BA706C

Tints of Contessa #BA706C

Color information

#BA706C (or 0xBA706C) is unknown color: approx Contessa. HEX triplet: BA, 70 and 6C. RGB value is (186,112,108). Sum of RGB (Red+Green+Blue) = 186+112+108=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA706C is #458F93. Grayscale: #858585. Windows color (decimal): -4558740 or 7106746. OLE color: 7106746.

HSL color Cylindrical-coordinate representation of color #BA706C: hue angle of 3.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BA706C is Cyan = 0, Magento = 0.40, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB186112108-
CMYK00.400.420.27
HSL3.08º36.11%57.65%-
HSV(B)3.08º41.94%72.94%-
XYZ28.7523.1117.13-
YUV133.67113.52165.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 112 (44.14% from 255) = 27.59%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=45.81%
G=27.59%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611210800.400.420.273.0836.1157.65
HexBA706C0282A1B3243a
Octal272160154050523334472
Binary101110101110000110110001010001010101101111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA706C; }

 p { color: rgb(186,112,108); }

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

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

 a { background-color: rgb(186,112,108); }

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

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

 span { border-color: rgb(186,112,108); }

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