#BA6963

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

Shades of Contessa #BA6963

Tints of Contessa #BA6963

Color information

#BA6963 (or 0xBA6963) is unknown color: approx Contessa. HEX triplet: BA, 69 and 63. RGB value is (186,105,99). Sum of RGB (Red+Green+Blue) = 186+105+99=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 105 (41.41% from 255 or 26.92% from 390); Blue value is 99 (39.06% from 255 or 25.38% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6963 is #45969C. Grayscale: #808080. Windows color (decimal): -4560541 or 6515130. OLE color: 6515130.

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

Color convert

RGB18610599-
CMYK00.440.470.27
HSL4.14º38.67%55.88%-
HSV(B)4.14º46.77%72.94%-
XYZ27.5521.4414.49-
YUV128.54111.34168.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.69%
GREEN value IS 105 (41.41% from 255) = 26.92%
BLUE value IS 99 (39.06% from 255) = 25.38%
R=47.69%
G=26.92%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861059900.440.470.274.1438.6755.88
HexBA696302C2F1B42738
Octal272151143054573344770
Binary1011101011010011100011010110010111111011100100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6963; }

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

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

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

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

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

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

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

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