#BA6D6A

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

Shades of Contessa #BA6D6A

Tints of Contessa #BA6D6A

Color information

#BA6D6A (or 0xBA6D6A) is unknown color: approx Contessa. HEX triplet: BA, 6D and 6A. RGB value is (186,109,106). Sum of RGB (Red+Green+Blue) = 186+109+106=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 106 (41.80% from 255 or 26.43% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6D6A is #459295. Grayscale: #838383. Windows color (decimal): -4559510 or 6974906. OLE color: 6974906.

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

Color convert

RGB186109106-
CMYK00.410.430.27
HSL2.25º36.7%57.25%-
HSV(B)2.25º43.01%72.94%-
XYZ28.3222.4216.47-
YUV131.68113.51166.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 106 (41.80% from 255) = 26.43%
R=46.38%
G=27.18%
B=26.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610910600.410.430.272.2536.757.25
HexBA6D6A0292B1B22539
Octal272155152051533324571
Binary101110101101101110101001010011010111101110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6D6A; }

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

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

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

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

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

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

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

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