#BA746D

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

Shades of Contessa #BA746D

Tints of Contessa #BA746D

Color information

#BA746D (or 0xBA746D) is unknown color: approx Contessa. HEX triplet: BA, 74 and 6D. RGB value is (186,116,109). Sum of RGB (Red+Green+Blue) = 186+116+109=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA746D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA746D is #458B92. Grayscale: #888888. Windows color (decimal): -4557715 or 7173306. OLE color: 7173306.

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

Color convert

RGB186116109-
CMYK00.380.410.27
HSL5.45º35.81%57.84%-
HSV(B)5.45º41.4%72.94%-
XYZ29.2624.0317.57-
YUV136.13112.69163.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 116 (45.70% from 255) = 28.22%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=45.26%
G=28.22%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611610900.380.410.275.4535.8157.84
HexBA746D026291B5243a
Octal272164155046513354472
Binary1011101011101001101101010011010100111011101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA746D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA746D; }

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

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

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

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

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

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

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

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