#BC7870

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

Shades of Contessa #BC7870

Tints of Contessa #BC7870

Color information

#BC7870 (or 0xBC7870) is unknown color: approx Contessa. HEX triplet: BC, 78 and 70. RGB value is (188,120,112). Sum of RGB (Red+Green+Blue) = 188+120+112=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 120 (47.27% from 255 or 28.57% from 420); Blue value is 112 (44.14% from 255 or 26.67% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7870 is #43878F. Grayscale: #8B8B8B. Windows color (decimal): -4425616 or 7370940. OLE color: 7370940.

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

Color convert

RGB188120112-
CMYK00.360.400.26
HSL6.32º36.19%58.82%-
HSV(B)6.32º40.43%73.73%-
XYZ30.3825.2918.61-
YUV139.42112.53162.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.76%
GREEN value IS 120 (47.27% from 255) = 28.57%
BLUE value IS 112 (44.14% from 255) = 26.67%
R=44.76%
G=28.57%
B=26.67%

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
Decimal18812011200.360.400.266.3236.1958.82
HexBC7870024281A6243b
Octal274170160044503264473
Binary1011110011110001110000010010010100011010110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7870; }

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

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

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

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

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

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

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

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