#BA7269

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

Shades of Contessa #BA7269

Tints of Contessa #BA7269

Color information

#BA7269 (or 0xBA7269) is unknown color: approx Contessa. HEX triplet: BA, 72 and 69. RGB value is (186,114,105). Sum of RGB (Red+Green+Blue) = 186+114+105=405 (53% of max value = 765). Red value is 186 (73.05% from 255 or 45.93% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 105 (41.41% from 255 or 25.93% from 405); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7269 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7269 is #458D96. Grayscale: #868686. Windows color (decimal): -4558231 or 6910650. OLE color: 6910650.

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

Color convert

RGB186114105-
CMYK00.390.440.27
HSL6.67º36.99%57.06%-
HSV(B)6.67º43.55%72.94%-
XYZ28.8223.4916.38-
YUV134.5111.35164.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.93%
GREEN value IS 114 (44.92% from 255) = 28.15%
BLUE value IS 105 (41.41% from 255) = 25.93%
R=45.93%
G=28.15%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611410500.390.440.276.6736.9957.06
HexBA72690272C1B72539
Octal272162151047543374571
Binary1011101011100101101001010011110110011011111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7269; }

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

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

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

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

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

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

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

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