#BA6C6B

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

Shades of Contessa #BA6C6B

Tints of Contessa #BA6C6B

Color information

#BA6C6B (or 0xBA6C6B) is unknown color: approx Contessa. HEX triplet: BA, 6C and 6B. RGB value is (186,108,107). Sum of RGB (Red+Green+Blue) = 186+108+107=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 107 (42.19% from 255 or 26.68% from 401); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6C6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6C6B is #459394. Grayscale: #838383. Windows color (decimal): -4559765 or 7040186. OLE color: 7040186.

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

Color convert

RGB186108107-
CMYK00.420.420.27
HSL0.76º36.41%57.45%-
HSV(B)0.76º42.47%72.94%-
XYZ28.2722.2316.71-
YUV131.21114.34167.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 46.38%
GREEN value IS 108 (42.58% from 255) = 26.93%
BLUE value IS 107 (42.19% from 255) = 26.68%
R=46.38%
G=26.93%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610810700.420.420.270.7636.4157.45
HexBA6C6B02A2A1B12439
Octal272154153052523314471
Binary10111010110110011010110101010101010110111100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6C6B; }

 p { color: rgb(186,108,107); }

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

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

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

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

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

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

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