#BA685E

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

Shades of Contessa #BA685E

Tints of Contessa #BA685E

Color information

#BA685E (or 0xBA685E) is unknown color: approx Contessa. HEX triplet: BA, 68 and 5E. RGB value is (186,104,94). Sum of RGB (Red+Green+Blue) = 186+104+94=384 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.44% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 94 (37.11% from 255 or 24.48% from 384); Max value from RGB is 186 - color contains mainly: red. Hex color #BA685E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA685E is #4597A1. Grayscale: #7F7F7F. Windows color (decimal): -4560802 or 6187194. OLE color: 6187194.

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

Color convert

RGB18610494-
CMYK00.440.490.27
HSL6.52º40%54.9%-
HSV(B)6.52º49.46%72.94%-
XYZ27.2221.1513.24-
YUV127.38109.17169.81-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 48.44%
GREEN value IS 104 (41.02% from 255) = 27.08%
BLUE value IS 94 (37.11% from 255) = 24.48%
R=48.44%
G=27.08%
B=24.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861049400.440.490.276.524054.9
HexBA685E02C311B72837
Octal272150136054613375067
Binary1011101011010001011110010110011000111011111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA685E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA685E; }

 p { color: rgb(186,104,94); }

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

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

 a { background-color: rgb(186,104,94); }

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

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

 span { border-color: rgb(186,104,94); }

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