#BA716C

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

Shades of Contessa #BA716C

Tints of Contessa #BA716C

Color information

#BA716C (or 0xBA716C) is unknown color: approx Contessa. HEX triplet: BA, 71 and 6C. RGB value is (186,113,108). Sum of RGB (Red+Green+Blue) = 186+113+108=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA716C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA716C is #458E93. Grayscale: #868686. Windows color (decimal): -4558484 or 7107002. OLE color: 7107002.

HSL color Cylindrical-coordinate representation of color #BA716C: hue angle of 3.85º 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 #BA716C is Cyan = 0, Magento = 0.39, Yellow = 0.42 and Black (K on CMYK) = 0.27.

Color convert

RGB186113108-
CMYK00.390.420.27
HSL3.85º36.11%57.65%-
HSV(B)3.85º41.94%72.94%-
XYZ28.8623.3317.17-
YUV134.26113.18164.91-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=45.70%
G=27.76%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611310800.390.420.273.8536.1157.65
HexBA716C0272A1B4243a
Octal272161154047523344472
Binary1011101011100011101100010011110101011011100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA716C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA716C; }

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

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

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

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

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

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

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

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