#BC7371

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

Shades of Contessa #BC7371

Tints of Contessa #BC7371

Color information

#BC7371 (or 0xBC7371) is unknown color: approx Contessa. HEX triplet: BC, 73 and 71. RGB value is (188,115,113). Sum of RGB (Red+Green+Blue) = 188+115+113=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 115 (45.31% from 255 or 27.64% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7371 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7371 is #438C8E. Grayscale: #888888. Windows color (decimal): -4426895 or 7435196. OLE color: 7435196.

HSL color Cylindrical-coordinate representation of color #BC7371: hue angle of 1.6º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BC7371 is Cyan = 0, Magento = 0.39, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188115113-
CMYK00.390.400.26
HSL1.6º35.89%59.02%-
HSV(B)1.6º39.89%73.73%-
XYZ29.8524.1518.71-
YUV136.6114.68164.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 115 (45.31% from 255) = 27.64%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=45.19%
G=27.64%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811511300.390.400.261.635.8959.02
HexBC7371027281A2243b
Octal274163161047503224473
Binary101111001110011111000101001111010001101010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7371; }

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

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

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

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

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

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

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

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