#BA706B

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

Shades of Contessa #BA706B

Tints of Contessa #BA706B

Color information

#BA706B (or 0xBA706B) is unknown color: approx Contessa. HEX triplet: BA, 70 and 6B. RGB value is (186,112,107). Sum of RGB (Red+Green+Blue) = 186+112+107=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 112 (44.14% from 255 or 27.65% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA706B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA706B is #458F94. Grayscale: #858585. Windows color (decimal): -4558741 or 7041210. OLE color: 7041210.

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

Color convert

RGB186112107-
CMYK00.400.420.27
HSL3.8º36.41%57.45%-
HSV(B)3.8º42.47%72.94%-
XYZ28.723.0916.85-
YUV133.56113.02165.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 112 (44.14% from 255) = 27.65%
BLUE value IS 107 (42.19% from 255) = 26.42%
R=45.93%
G=27.65%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611210700.400.420.273.836.4157.45
HexBA706B0282A1B42439
Octal272160153050523344471
Binary1011101011100001101011010100010101011011100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA706B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA706B; }

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

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

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

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

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

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

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

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