#BA7670

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

Shades of Contessa #BA7670

Tints of Contessa #BA7670

Color information

#BA7670 (or 0xBA7670) is unknown color: approx Contessa. HEX triplet: BA, 76 and 70. RGB value is (186,118,112). Sum of RGB (Red+Green+Blue) = 186+118+112=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7670 is #45898F. Grayscale: #898989. Windows color (decimal): -4557200 or 7370426. OLE color: 7370426.

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

Color convert

RGB186118112-
CMYK00.370.400.27
HSL4.86º34.91%58.43%-
HSV(B)4.86º39.78%72.94%-
XYZ29.6524.5718.51-
YUV137.65113.53162.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.71%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 112 (44.14% from 255) = 26.92%
R=44.71%
G=28.37%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611811200.370.400.274.8634.9158.43
HexBA7670025281B5233a
Octal272166160045503354372
Binary1011101011101101110000010010110100011011101100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7670; }

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

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

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

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

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

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

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

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