#BA716B

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

Shades of Contessa #BA716B

Tints of Contessa #BA716B

Color information

#BA716B (or 0xBA716B) is unknown color: approx Contessa. HEX triplet: BA, 71 and 6B. RGB value is (186,113,107). Sum of RGB (Red+Green+Blue) = 186+113+107=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 113 (44.53% from 255 or 27.83% from 406); Blue value is 107 (42.19% from 255 or 26.35% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA716B is #458E94. Grayscale: #868686. Windows color (decimal): -4558485 or 7041466. OLE color: 7041466.

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

Color convert

RGB186113107-
CMYK00.390.420.27
HSL4.56º36.41%57.45%-
HSV(B)4.56º42.47%72.94%-
XYZ28.8123.3116.89-
YUV134.14112.68164.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 113 (44.53% from 255) = 27.83%
BLUE value IS 107 (42.19% from 255) = 26.35%
R=45.81%
G=27.83%
B=26.35%

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
Decimal18611310700.390.420.274.5636.4157.45
HexBA716B0272A1B52439
Octal272161153047523354471
Binary1011101011100011101011010011110101011011101100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA716B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA716B; }

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

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

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

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

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

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

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

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