#BA7672

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

Shades of Contessa #BA7672

Tints of Contessa #BA7672

Color information

#BA7672 (or 0xBA7672) is unknown color: approx Contessa. HEX triplet: BA, 76 and 72. RGB value is (186,118,114). Sum of RGB (Red+Green+Blue) = 186+118+114=418 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.50% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7672 is #45898D. Grayscale: #898989. Windows color (decimal): -4557198 or 7501498. OLE color: 7501498.

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

Color convert

RGB186118114-
CMYK00.370.390.27
HSL3.33º34.29%58.82%-
HSV(B)3.33º38.71%72.94%-
XYZ29.7724.6119.1-
YUV137.88114.53162.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.50%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 114 (44.92% from 255) = 27.27%
R=44.50%
G=28.23%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611811400.370.390.273.3334.2958.82
HexBA7672025271B3223b
Octal272166162045473334273
Binary101110101110110111001001001011001111101111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7672; }

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

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

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

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

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

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

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

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