#BA6E6D

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

Shades of Contessa #BA6E6D

Tints of Contessa #BA6E6D

Color information

#BA6E6D (or 0xBA6E6D) is unknown color: approx Contessa. HEX triplet: BA, 6E and 6D. RGB value is (186,110,109). Sum of RGB (Red+Green+Blue) = 186+110+109=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E6D is #459192. Grayscale: #848484. Windows color (decimal): -4559251 or 7171770. OLE color: 7171770.

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

Color convert

RGB186110109-
CMYK00.410.410.27
HSL0.78º35.81%57.84%-
HSV(B)0.78º41.4%72.94%-
XYZ28.5922.717.34-
YUV132.61114.68166.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 110 (43.36% from 255) = 27.16%
BLUE value IS 109 (42.97% from 255) = 26.91%
R=45.93%
G=27.16%
B=26.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611010900.410.410.270.7835.8157.84
HexBA6E6D029291B1243a
Octal272156155051513314472
Binary10111010110111011011010101001101001110111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E6D; }

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

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

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

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

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

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

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

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