#BA6662

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

Shades of Contessa #BA6662

Tints of Contessa #BA6662

Color information

#BA6662 (or 0xBA6662) is unknown color: approx Contessa. HEX triplet: BA, 66 and 62. RGB value is (186,102,98). Sum of RGB (Red+Green+Blue) = 186+102+98=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6662 is #45999D. Grayscale: #7E7E7E. Windows color (decimal): -4561310 or 6448826. OLE color: 6448826.

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

Color convert

RGB18610298-
CMYK00.450.470.27
HSL2.73º38.94%55.69%-
HSV(B)2.73º47.31%72.94%-
XYZ27.2120.8214.14-
YUV126.66111.83170.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.19%
GREEN value IS 102 (40.23% from 255) = 26.42%
BLUE value IS 98 (38.67% from 255) = 25.39%
R=48.19%
G=26.42%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861029800.450.470.272.7338.9455.69
HexBA666202D2F1B32738
Octal272146142055573334770
Binary101110101100110110001001011011011111101111100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6662; }

 p { color: rgb(186,102,98); }

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

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

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

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

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

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

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