#BA7674

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

Shades of Contessa #BA7674

Tints of Contessa #BA7674

Color information

#BA7674 (or 0xBA7674) is unknown color: approx Contessa. HEX triplet: BA, 76 and 74. RGB value is (186,118,116). Sum of RGB (Red+Green+Blue) = 186+118+116=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 118 (46.48% from 255 or 28.10% from 420); Blue value is 116 (45.70% from 255 or 27.62% from 420); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7674 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7674 is #45898B. Grayscale: #8A8A8A. Windows color (decimal): -4557196 or 7632570. OLE color: 7632570.

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

Color convert

RGB186118116-
CMYK00.370.380.27
HSL1.71º33.65%59.22%-
HSV(B)1.71º37.63%72.94%-
XYZ29.8824.6619.71-
YUV138.1115.53162.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.29%
GREEN value IS 118 (46.48% from 255) = 28.10%
BLUE value IS 116 (45.70% from 255) = 27.62%
R=44.29%
G=28.10%
B=27.62%

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
Decimal18611811600.370.380.271.7133.6559.22
HexBA7674025261B2223b
Octal272166164045463324273
Binary101110101110110111010001001011001101101110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7674; }

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

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

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

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

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

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

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

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