#BA6F5C

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

Shades of Contessa #BA6F5C

Tints of Contessa #BA6F5C

Color information

#BA6F5C (or 0xBA6F5C) is unknown color: approx Contessa. HEX triplet: BA, 6F and 5C. RGB value is (186,111,92). Sum of RGB (Red+Green+Blue) = 186+111+92=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 111 (43.75% from 255 or 28.53% from 389); Blue value is 92 (36.33% from 255 or 23.65% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA6F5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA6F5C is #4590A3. Grayscale: #838383. Windows color (decimal): -4559012 or 6057914. OLE color: 6057914.

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

Color convert

RGB18611192-
CMYK00.400.510.27
HSL12.13º40.52%54.51%-
HSV(B)12.13º50.54%72.94%-
XYZ27.8722.5813.02-
YUV131.26105.85167.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.81%
GREEN value IS 111 (43.75% from 255) = 28.53%
BLUE value IS 92 (36.33% from 255) = 23.65%
R=47.81%
G=28.53%
B=23.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861119200.400.510.2712.1340.5254.51
HexBA6F5C028331Bc2937
Octal2721571340506333145167
Binary10111010110111110111000101000110011110111100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6F5C; }

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

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

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

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

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

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

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

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