#BA6E5C

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

Shades of Contessa #BA6E5C

Tints of Contessa #BA6E5C

Color information

#BA6E5C (or 0xBA6E5C) is unknown color: approx Contessa. HEX triplet: BA, 6E and 5C. RGB value is (186,110,92). Sum of RGB (Red+Green+Blue) = 186+110+92=388 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.94% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 92 (36.33% from 255 or 23.71% from 388); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6E5C is #4591A3. Grayscale: #828282. Windows color (decimal): -4559268 or 6057658. OLE color: 6057658.

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

Color convert

RGB18611092-
CMYK00.410.510.27
HSL11.49º40.52%54.51%-
HSV(B)11.49º50.54%72.94%-
XYZ27.7622.3612.98-
YUV130.67106.18167.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.94%
GREEN value IS 110 (43.36% from 255) = 28.35%
BLUE value IS 92 (36.33% from 255) = 23.71%
R=47.94%
G=28.35%
B=23.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861109200.410.510.2711.4940.5254.51
HexBA6E5C029331Bb2937
Octal2721561340516333135167
Binary10111010110111010111000101001110011110111011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6E5C; }

 p { color: rgb(186,110,92); }

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

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

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

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

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

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

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