#BA706E

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

Shades of Contessa #BA706E

Tints of Contessa #BA706E

Color information

#BA706E (or 0xBA706E) is unknown color: approx Contessa. HEX triplet: BA, 70 and 6E. RGB value is (186,112,110). Sum of RGB (Red+Green+Blue) = 186+112+110=408 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.59% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 186 - color contains mainly: red. Hex color #BA706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA706E is #458F91. Grayscale: #858585. Windows color (decimal): -4558738 or 7237818. OLE color: 7237818.

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

Color convert

RGB186112110-
CMYK00.400.410.27
HSL1.58º35.51%58.04%-
HSV(B)1.58º40.86%72.94%-
XYZ28.8623.1517.7-
YUV133.9114.52165.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.59%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=45.59%
G=27.45%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611211000.400.410.271.5835.5158.04
HexBA706E028291B2243a
Octal272160156050513324472
Binary101110101110000110111001010001010011101110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA706E; }

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

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

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

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

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

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

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

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