#BA7369

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

Shades of Contessa #BA7369

Tints of Contessa #BA7369

Color information

#BA7369 (or 0xBA7369) is unknown color: approx Contessa. HEX triplet: BA, 73 and 69. RGB value is (186,115,105). Sum of RGB (Red+Green+Blue) = 186+115+105=406 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.81% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 105 (41.41% from 255 or 25.86% from 406); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7369 is #458C96. Grayscale: #878787. Windows color (decimal): -4557975 or 6910906. OLE color: 6910906.

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

Color convert

RGB186115105-
CMYK00.380.440.27
HSL7.41º36.99%57.06%-
HSV(B)7.41º43.55%72.94%-
XYZ28.9323.7216.42-
YUV135.09111.02164.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.81%
GREEN value IS 115 (45.31% from 255) = 28.33%
BLUE value IS 105 (41.41% from 255) = 25.86%
R=45.81%
G=28.33%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611510500.380.440.277.4136.9957.06
HexBA73690262C1B72539
Octal272163151046543374571
Binary1011101011100111101001010011010110011011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7369; }

 p { color: rgb(186,115,105); }

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

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

 a { background-color: rgb(186,115,105); }

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

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

 span { border-color: rgb(186,115,105); }

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