#BA6761

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

Shades of Contessa #BA6761

Tints of Contessa #BA6761

Color information

#BA6761 (or 0xBA6761) is unknown color: approx Contessa. HEX triplet: BA, 67 and 61. RGB value is (186,103,97). Sum of RGB (Red+Green+Blue) = 186+103+97=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 103 (40.62% from 255 or 26.68% from 386); Blue value is 97 (38.28% from 255 or 25.13% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6761 is #45989E. Grayscale: #7F7F7F. Windows color (decimal): -4561055 or 6383546. OLE color: 6383546.

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

Color convert

RGB18610397-
CMYK00.450.480.27
HSL4.04º39.21%55.49%-
HSV(B)4.04º47.85%72.94%-
XYZ27.262113.93-
YUV127.13111169.99-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 103 (40.62% from 255) = 26.68%
BLUE value IS 97 (38.28% from 255) = 25.13%
R=48.19%
G=26.68%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861039700.450.480.274.0439.2155.49
HexBA676102D301B42737
Octal272147141055603344767
Binary1011101011001111100001010110111000011011100100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6761; }

 p { color: rgb(186,103,97); }

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

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

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

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

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

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

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