#BA716F

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

Shades of Contessa #BA716F

Tints of Contessa #BA716F

Color information

#BA716F (or 0xBA716F) is unknown color: approx Contessa. HEX triplet: BA, 71 and 6F. RGB value is (186,113,111). Sum of RGB (Red+Green+Blue) = 186+113+111=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 111 (43.75% from 255 or 27.07% from 410); Max value from RGB is 186 - color contains mainly: red. Hex color #BA716F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA716F is #458E90. Grayscale: #868686. Windows color (decimal): -4558481 or 7303610. OLE color: 7303610.

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

Color convert

RGB186113111-
CMYK00.390.400.27
HSL1.6º35.21%58.24%-
HSV(B)1.6º40.32%72.94%-
XYZ29.0223.418.03-
YUV134.6114.68164.66-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.37%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 111 (43.75% from 255) = 27.07%
R=45.37%
G=27.56%
B=27.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611311100.390.400.271.635.2158.24
HexBA716F027281B2233a
Octal272161157047503324372
Binary101110101110001110111101001111010001101110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA716F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA716F; }

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

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

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

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

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

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

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

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