#BC7160

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

Shades of Contessa #BC7160

Tints of Contessa #BC7160

Color information

#BC7160 (or 0xBC7160) is unknown color: approx Contessa. HEX triplet: BC, 71 and 60. RGB value is (188,113,96). Sum of RGB (Red+Green+Blue) = 188+113+96=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 113 (44.53% from 255 or 28.46% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7160 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7160 is #438E9F. Grayscale: #858585. Windows color (decimal): -4427424 or 6320572. OLE color: 6320572.

HSL color Cylindrical-coordinate representation of color #BC7160: hue angle of 11.09º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC7160 is Cyan = 0, Magento = 0.40, Yellow = 0.49 and Black (K on CMYK) = 0.26.

Color convert

RGB18811396-
CMYK00.400.490.26
HSL11.09º40.71%55.69%-
HSV(B)11.09º48.94%73.73%-
XYZ28.7623.3514.06-
YUV133.49106.85166.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.36%
GREEN value IS 113 (44.53% from 255) = 28.46%
BLUE value IS 96 (37.89% from 255) = 24.18%
R=47.36%
G=28.46%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.49
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881139600.400.490.2611.0940.7155.69
HexBC7160028311Ab2938
Octal2741611400506132135170
Binary10111100111000111000000101000110001110101011101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7160; }

 p { color: rgb(188,113,96); }

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

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

 a { background-color: rgb(188,113,96); }

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

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

 span { border-color: rgb(188,113,96); }

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