#BA6E5D

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

Shades of Contessa #BA6E5D

Tints of Contessa #BA6E5D

Color information

#BA6E5D (or 0xBA6E5D) is unknown color: approx Contessa. HEX triplet: BA, 6E and 5D. RGB value is (186,110,93). Sum of RGB (Red+Green+Blue) = 186+110+93=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 110 (43.36% from 255 or 28.28% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E5D is #4591A2. Grayscale: #828282. Windows color (decimal): -4559267 or 6123194. OLE color: 6123194.

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

Color convert

RGB18611093-
CMYK00.410.50.27
HSL10.97º40.26%54.71%-
HSV(B)10.97º50%72.94%-
XYZ27.822.3813.21-
YUV130.79106.68167.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 110 (43.36% from 255) = 28.28%
BLUE value IS 93 (36.72% from 255) = 23.91%
R=47.81%
G=28.28%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.5
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861109300.410.50.2710.9740.2654.71
HexBA6E5D029321Bb2837
Octal2721561350516233135067
Binary10111010110111010111010101001110010110111011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E5D; }

 p { color: rgb(186,110,93); }

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

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

 a { background-color: rgb(186,110,93); }

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

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

 span { border-color: rgb(186,110,93); }

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