#BA7170

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

Shades of Contessa #BA7170

Tints of Contessa #BA7170

Color information

#BA7170 (or 0xBA7170) is unknown color: approx Contessa. HEX triplet: BA, 71 and 70. RGB value is (186,113,112). Sum of RGB (Red+Green+Blue) = 186+113+112=411 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.26% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 112 (44.14% from 255 or 27.25% from 411); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7170 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7170 is #458E8F. Grayscale: #868686. Windows color (decimal): -4558480 or 7369146. OLE color: 7369146.

HSL color Cylindrical-coordinate representation of color #BA7170: hue angle of 0.81º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BA7170 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB186113112-
CMYK00.390.400.27
HSL0.81º34.91%58.43%-
HSV(B)0.81º39.78%72.94%-
XYZ29.0823.4218.32-
YUV134.71115.18164.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 45.26%
GREEN value IS 113 (44.53% from 255) = 27.49%
BLUE value IS 112 (44.14% from 255) = 27.25%
R=45.26%
G=27.49%
B=27.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611311200.390.400.270.8134.9158.43
HexBA7170027281B1233a
Octal272161160047503314372
Binary10111010111000111100000100111101000110111100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7170; }

 p { color: rgb(186,113,112); }

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

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

 a { background-color: rgb(186,113,112); }

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

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

 span { border-color: rgb(186,113,112); }

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