#BA7871

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

Shades of Contessa #BA7871

Tints of Contessa #BA7871

Color information

#BA7871 (or 0xBA7871) is unknown color: approx Contessa. HEX triplet: BA, 78 and 71. RGB value is (186,120,113). Sum of RGB (Red+Green+Blue) = 186+120+113=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 113 (44.53% from 255 or 26.97% from 419); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7871 is #45878E. Grayscale: #8B8B8B. Windows color (decimal): -4556687 or 7436474. OLE color: 7436474.

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

Color convert

RGB186120113-
CMYK00.350.390.27
HSL5.75º34.6%58.63%-
HSV(B)5.75º39.25%72.94%-
XYZ29.9525.0618.88-
YUV138.94113.37161.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 44.39%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 113 (44.53% from 255) = 26.97%
R=44.39%
G=28.64%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18612011300.350.390.275.7534.658.63
HexBA7871023271B6233b
Octal272170161043473364373
Binary1011101011110001110001010001110011111011110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA7871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA7871; }

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

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

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

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

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

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

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

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