#BA7472

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

Shades of Contessa #BA7472

Tints of Contessa #BA7472

Color information

#BA7472 (or 0xBA7472) is unknown color: approx Contessa. HEX triplet: BA, 74 and 72. RGB value is (186,116,114). Sum of RGB (Red+Green+Blue) = 186+116+114=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 116 (45.70% from 255 or 27.88% from 416); Blue value is 114 (44.92% from 255 or 27.40% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7472 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7472 is #458B8D. Grayscale: #888888. Windows color (decimal): -4557710 or 7500986. OLE color: 7500986.

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

Color convert

RGB186116114-
CMYK00.380.390.27
HSL1.67º34.29%58.82%-
HSV(B)1.67º38.71%72.94%-
XYZ29.5324.1419.02-
YUV136.7115.19163.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 116 (45.70% from 255) = 27.88%
BLUE value IS 114 (44.92% from 255) = 27.40%
R=44.71%
G=27.88%
B=27.40%

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
Decimal18611611400.380.390.271.6734.2958.82
HexBA7472026271B2223b
Octal272164162046473324273
Binary101110101110100111001001001101001111101110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7472; }

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

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

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

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

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

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

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

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