#BA6D6D

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

Shades of Contessa #BA6D6D

Tints of Contessa #BA6D6D

Color information

#BA6D6D (or 0xBA6D6D) is unknown color: approx Contessa. HEX triplet: BA, 6D and 6D. RGB value is (186,109,109). Sum of RGB (Red+Green+Blue) = 186+109+109=404 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.04% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 109 (42.97% from 255 or 26.98% from 404); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D6D is #459292. Grayscale: #848484. Windows color (decimal): -4559507 or 7171514. OLE color: 7171514.

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

Color convert

RGB186109109-
CMYK00.410.410.27
HSL35.81%57.84%-
HSV(B)41.4%72.94%-
XYZ28.4822.4817.31-
YUV132.02115.01166.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.04%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 109 (42.97% from 255) = 26.98%
R=46.04%
G=26.98%
B=26.98%

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
Decimal18610910900.410.410.27035.8157.84
HexBA6D6D029291B0243a
Octal272155155051513304472
Binary10111010110110111011010101001101001110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D6D; }

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

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

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

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

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

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

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

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