#BA745E

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

Shades of Contessa #BA745E

Tints of Contessa #BA745E

Color information

#BA745E (or 0xBA745E) is unknown color: approx Contessa. HEX triplet: BA, 74 and 5E. RGB value is (186,116,94). Sum of RGB (Red+Green+Blue) = 186+116+94=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 116 (45.70% from 255 or 29.29% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA745E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA745E is #458BA1. Grayscale: #868686. Windows color (decimal): -4557730 or 6190266. OLE color: 6190266.

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

Color convert

RGB18611694-
CMYK00.380.490.27
HSL14.35º40%54.9%-
HSV(B)14.35º49.46%72.94%-
XYZ28.5223.7413.67-
YUV134.42105.19164.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.97%
GREEN value IS 116 (45.70% from 255) = 29.29%
BLUE value IS 94 (37.11% from 255) = 23.74%
R=46.97%
G=29.29%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861169400.380.490.2714.354054.9
HexBA745E026311Be2837
Octal2721641360466133165067
Binary10111010111010010111100100110110001110111110101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA745E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA745E; }

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

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

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

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

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

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

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

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