#BA6868

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

Shades of Contessa #BA6868

Tints of Contessa #BA6868

Color information

#BA6868 (or 0xBA6868) is unknown color: approx Contessa. HEX triplet: BA, 68 and 68. RGB value is (186,104,104). Sum of RGB (Red+Green+Blue) = 186+104+104=394 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.21% from 394); Green value is 104 (41.02% from 255 or 26.40% from 394); Blue value is 104 (41.02% from 255 or 26.40% from 394); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6868 is #459797. Grayscale: #808080. Windows color (decimal): -4560792 or 6842554. OLE color: 6842554.

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

Color convert

RGB186104104-
CMYK00.440.440.27
HSL37.27%56.86%-
HSV(B)44.09%72.94%-
XYZ27.721.3415.76-
YUV128.52114.17169-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.21%
GREEN value IS 104 (41.02% from 255) = 26.40%
BLUE value IS 104 (41.02% from 255) = 26.40%
R=47.21%
G=26.40%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18610410400.440.440.27037.2756.86
HexBA686802C2C1B02539
Octal272150150054543304571
Binary10111010110100011010000101100101100110110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6868; }

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

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

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

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

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

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

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

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