#BA7C67

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

Shades of Contessa #BA7C67

Tints of Contessa #BA7C67

Color information

#BA7C67 (or 0xBA7C67) is unknown color: approx Contessa. HEX triplet: BA, 7C and 67. RGB value is (186,124,103). Sum of RGB (Red+Green+Blue) = 186+124+103=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 124 (48.83% from 255 or 30.02% from 413); Blue value is 103 (40.62% from 255 or 24.94% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7C67 is #458398. Grayscale: #8C8C8C. Windows color (decimal): -4555673 or 6782138. OLE color: 6782138.

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

Color convert

RGB186124103-
CMYK00.330.450.27
HSL15.18º37.56%56.67%-
HSV(B)15.18º44.62%72.94%-
XYZ29.9125.8316.24-
YUV140.14107.04160.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 124 (48.83% from 255) = 30.02%
BLUE value IS 103 (40.62% from 255) = 24.94%
R=45.04%
G=30.02%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612410300.330.450.2715.1837.5656.67
HexBA7C670212D1Bf2639
Octal2721741470415533174671
Binary10111010111110011001110100001101101110111111100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7C67; }

 p { color: rgb(186,124,103); }

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

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

 a { background-color: rgb(186,124,103); }

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

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

 span { border-color: rgb(186,124,103); }

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