#BA6D5E

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

Shades of Contessa #BA6D5E

Tints of Contessa #BA6D5E

Color information

#BA6D5E (or 0xBA6D5E) is unknown color: approx Contessa. HEX triplet: BA, 6D and 5E. RGB value is (186,109,94). Sum of RGB (Red+Green+Blue) = 186+109+94=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 94 (37.11% from 255 or 24.16% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D5E is #4592A1. Grayscale: #828282. Windows color (decimal): -4559522 or 6188474. OLE color: 6188474.

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

Color convert

RGB18610994-
CMYK00.410.490.27
HSL9.78º40%54.9%-
HSV(B)9.78º49.46%72.94%-
XYZ27.7422.1813.41-
YUV130.31107.51167.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 109 (42.97% from 255) = 28.02%
BLUE value IS 94 (37.11% from 255) = 24.16%
R=47.81%
G=28.02%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861099400.410.490.279.784054.9
HexBA6D5E029311Ba2837
Octal2721551360516133125067
Binary10111010110110110111100101001110001110111010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D5E; }

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

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

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

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

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

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

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

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