#BA746F

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

Shades of Contessa #BA746F

Tints of Contessa #BA746F

Color information

#BA746F (or 0xBA746F) is unknown color: approx Contessa. HEX triplet: BA, 74 and 6F. RGB value is (186,116,111). Sum of RGB (Red+Green+Blue) = 186+116+111=413 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.04% from 413); Green value is 116 (45.70% from 255 or 28.09% from 413); Blue value is 111 (43.75% from 255 or 26.88% from 413); Max value from RGB is 186 - color contains mainly: red. Hex color #BA746F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA746F is #458B90. Grayscale: #888888. Windows color (decimal): -4557713 or 7304378. OLE color: 7304378.

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

Color convert

RGB186116111-
CMYK00.380.400.27
HSL35.21%58.24%-
HSV(B)40.32%72.94%-
XYZ29.3624.0818.14-
YUV136.36113.69163.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.04%
GREEN value IS 116 (45.70% from 255) = 28.09%
BLUE value IS 111 (43.75% from 255) = 26.88%
R=45.04%
G=28.09%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611611100.380.400.27435.2158.24
HexBA746F026281B4233a
Octal272164157046503344372
Binary1011101011101001101111010011010100011011100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA746F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA746F; }

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

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

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

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

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

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

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

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