#BA6E6A

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

Shades of Contessa #BA6E6A

Tints of Contessa #BA6E6A

Color information

#BA6E6A (or 0xBA6E6A) is unknown color: approx Contessa. HEX triplet: BA, 6E and 6A. RGB value is (186,110,106). Sum of RGB (Red+Green+Blue) = 186+110+106=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 110 (43.36% from 255 or 27.36% from 402); Blue value is 106 (41.80% from 255 or 26.37% from 402); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E6A is #459195. Grayscale: #848484. Windows color (decimal): -4559254 or 6975162. OLE color: 6975162.

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

Color convert

RGB186110106-
CMYK00.410.430.27
HSL36.7%57.25%-
HSV(B)43.01%72.94%-
XYZ28.4322.6316.51-
YUV132.27113.18166.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.27%
GREEN value IS 110 (43.36% from 255) = 27.36%
BLUE value IS 106 (41.80% from 255) = 26.37%
R=46.27%
G=27.36%
B=26.37%

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
Decimal18611010600.410.430.27336.757.25
HexBA6E6A0292B1B32539
Octal272156152051533334571
Binary101110101101110110101001010011010111101111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E6A; }

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

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

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

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

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

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

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

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