#BA7372

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

Shades of Contessa #BA7372

Tints of Contessa #BA7372

Color information

#BA7372 (or 0xBA7372) is unknown color: approx Contessa. HEX triplet: BA, 73 and 72. RGB value is (186,115,114). Sum of RGB (Red+Green+Blue) = 186+115+114=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 114 (44.92% from 255 or 27.47% from 415); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7372 is #458C8D. Grayscale: #888888. Windows color (decimal): -4557966 or 7500730. OLE color: 7500730.

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

Color convert

RGB186115114-
CMYK00.380.390.27
HSL0.83º34.29%58.82%-
HSV(B)0.83º38.71%72.94%-
XYZ29.4223.9218.99-
YUV136.12115.52163.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.82%
GREEN value IS 115 (45.31% from 255) = 27.71%
BLUE value IS 114 (44.92% from 255) = 27.47%
R=44.82%
G=27.71%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611511400.380.390.270.8334.2958.82
HexBA7372026271B1223b
Octal272163162046473314273
Binary10111010111001111100100100110100111110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7372; }

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

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

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

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

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

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

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

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