#BC7871

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

Shades of Contessa #BC7871

Tints of Contessa #BC7871

Color information

#BC7871 (or 0xBC7871) is unknown color: approx Contessa. HEX triplet: BC, 78 and 71. RGB value is (188,120,113). Sum of RGB (Red+Green+Blue) = 188+120+113=421 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.66% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 113 (44.53% from 255 or 26.84% from 421); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7871 is #43878E. Grayscale: #8B8B8B. Windows color (decimal): -4425615 or 7436476. OLE color: 7436476.

HSL color Cylindrical-coordinate representation of color #BC7871: hue angle of 5.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 #BC7871 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB188120113-
CMYK00.360.400.26
HSL5.6º35.89%59.02%-
HSV(B)5.6º39.89%73.73%-
XYZ30.4425.3218.91-
YUV139.53113.03162.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.66%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 113 (44.53% from 255) = 26.84%
R=44.66%
G=28.50%
B=26.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812011300.360.400.265.635.8959.02
HexBC7871024281A6243b
Octal274170161044503264473
Binary1011110011110001110001010010010100011010110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7871; }

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

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

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

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

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

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

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

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