#BA706D

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

Shades of Contessa #BA706D

Tints of Contessa #BA706D

Color information

#BA706D (or 0xBA706D) is unknown color: approx Contessa. HEX triplet: BA, 70 and 6D. RGB value is (186,112,109). Sum of RGB (Red+Green+Blue) = 186+112+109=407 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.70% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 186 - color contains mainly: red. Hex color #BA706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA706D is #458F92. Grayscale: #858585. Windows color (decimal): -4558739 or 7172282. OLE color: 7172282.

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

Color convert

RGB186112109-
CMYK00.400.410.27
HSL2.34º35.81%57.84%-
HSV(B)2.34º41.4%72.94%-
XYZ28.823.1317.41-
YUV133.78114.02165.24-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.70%
GREEN value IS 112 (44.14% from 255) = 27.52%
BLUE value IS 109 (42.97% from 255) = 26.78%
R=45.70%
G=27.52%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611210900.400.410.272.3435.8157.84
HexBA706D028291B2243a
Octal272160155050513324472
Binary101110101110000110110101010001010011101110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA706D; }

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

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

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

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

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

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

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

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