#BC786E

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

Shades of Contessa #BC786E

Tints of Contessa #BC786E

Color information

#BC786E (or 0xBC786E) is unknown color: approx Contessa. HEX triplet: BC, 78 and 6E. RGB value is (188,120,110). Sum of RGB (Red+Green+Blue) = 188+120+110=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 120 (47.27% from 255 or 28.71% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC786E is #438791. Grayscale: #8B8B8B. Windows color (decimal): -4425618 or 7239868. OLE color: 7239868.

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

Color convert

RGB188120110-
CMYK00.360.410.26
HSL7.69º36.79%58.43%-
HSV(B)7.69º41.49%73.73%-
XYZ30.2725.2518.03-
YUV139.19111.53162.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 120 (47.27% from 255) = 28.71%
BLUE value IS 110 (43.36% from 255) = 26.32%
R=44.98%
G=28.71%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812011000.360.410.267.6936.7958.43
HexBC786E024291A8253a
Octal2741701560445132104572
Binary10111100111100011011100100100101001110101000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC786E; }

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

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

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

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

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

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

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

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