#BA705E

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

Shades of Contessa #BA705E

Tints of Contessa #BA705E

Color information

#BA705E (or 0xBA705E) is unknown color: approx Contessa. HEX triplet: BA, 70 and 5E. RGB value is (186,112,94). Sum of RGB (Red+Green+Blue) = 186+112+94=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 94 (37.11% from 255 or 23.98% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA705E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA705E is #458FA1. Grayscale: #848484. Windows color (decimal): -4558754 or 6189242. OLE color: 6189242.

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

Color convert

RGB18611294-
CMYK00.400.490.27
HSL11.74º40%54.9%-
HSV(B)11.74º49.46%72.94%-
XYZ28.0622.8413.52-
YUV132.07106.52166.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 47.45%
GREEN value IS 112 (44.14% from 255) = 28.57%
BLUE value IS 94 (37.11% from 255) = 23.98%
R=47.45%
G=28.57%
B=23.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1861129400.400.490.2711.744054.9
HexBA705E028311Bc2837
Octal2721601360506133145067
Binary10111010111000010111100101000110001110111100101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA705E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA705E; }

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

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

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

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

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

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

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

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