#BA7168

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

Shades of Contessa #BA7168

Tints of Contessa #BA7168

Color information

#BA7168 (or 0xBA7168) is unknown color: approx Contessa. HEX triplet: BA, 71 and 68. RGB value is (186,113,104). Sum of RGB (Red+Green+Blue) = 186+113+104=403 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.15% from 403); Green value is 113 (44.53% from 255 or 28.04% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7168 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7168 is #458E97. Grayscale: #858585. Windows color (decimal): -4558488 or 6844858. OLE color: 6844858.

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

Color convert

RGB186113104-
CMYK00.390.440.27
HSL6.59º37.27%56.86%-
HSV(B)6.59º44.09%72.94%-
XYZ28.6523.2516.07-
YUV133.8111.18165.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.15%
GREEN value IS 113 (44.53% from 255) = 28.04%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=46.15%
G=28.04%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611310400.390.440.276.5937.2756.86
HexBA71680272C1B72539
Octal272161150047543374571
Binary1011101011100011101000010011110110011011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7168; }

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

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

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

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

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

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

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

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