#BA6968

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

Shades of Contessa #BA6968

Tints of Contessa #BA6968

Color information

#BA6968 (or 0xBA6968) is unknown color: approx Contessa. HEX triplet: BA, 69 and 68. RGB value is (186,105,104). Sum of RGB (Red+Green+Blue) = 186+105+104=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 105 (41.41% from 255 or 26.58% from 395); Blue value is 104 (41.02% from 255 or 26.33% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6968 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6968 is #459697. Grayscale: #818181. Windows color (decimal): -4560536 or 6842810. OLE color: 6842810.

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

Color convert

RGB186105104-
CMYK00.440.440.27
HSL0.73º37.27%56.86%-
HSV(B)0.73º44.09%72.94%-
XYZ27.821.5415.79-
YUV129.1113.84168.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.09%
GREEN value IS 105 (41.41% from 255) = 26.58%
BLUE value IS 104 (41.02% from 255) = 26.33%
R=47.09%
G=26.58%
B=26.33%

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
Decimal18610510400.440.440.270.7337.2756.86
HexBA696802C2C1B12539
Octal272151150054543314571
Binary10111010110100111010000101100101100110111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6968; }

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

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

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

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

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

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

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

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