#BA7574

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

Shades of Contessa #BA7574

Tints of Contessa #BA7574

Color information

#BA7574 (or 0xBA7574) is unknown color: approx Contessa. HEX triplet: BA, 75 and 74. RGB value is (186,117,116). Sum of RGB (Red+Green+Blue) = 186+117+116=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 117 (46.09% from 255 or 27.92% from 419); Blue value is 116 (45.70% from 255 or 27.68% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7574 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7574 is #458A8B. Grayscale: #898989. Windows color (decimal): -4557452 or 7632314. OLE color: 7632314.

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

Color convert

RGB186117116-
CMYK00.370.380.27
HSL0.86º33.65%59.22%-
HSV(B)0.86º37.63%72.94%-
XYZ29.7624.4219.67-
YUV137.52115.86162.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 117 (46.09% from 255) = 27.92%
BLUE value IS 116 (45.70% from 255) = 27.68%
R=44.39%
G=27.92%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611711600.370.380.270.8633.6559.22
HexBA7574025261B1223b
Octal272165164045463314273
Binary10111010111010111101000100101100110110111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7574; }

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

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

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

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

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

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

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

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