#BC786A

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

Shades of Contessa #BC786A

Tints of Contessa #BC786A

Color information

#BC786A (or 0xBC786A) is unknown color: approx Contessa. HEX triplet: BC, 78 and 6A. RGB value is (188,120,106). Sum of RGB (Red+Green+Blue) = 188+120+106=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 106 (41.80% from 255 or 25.60% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC786A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC786A is #438795. Grayscale: #8A8A8A. Windows color (decimal): -4425622 or 6977724. OLE color: 6977724.

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

Color convert

RGB188120106-
CMYK00.360.440.26
HSL10.24º37.96%57.65%-
HSV(B)10.24º43.62%73.73%-
XYZ30.0625.1616.91-
YUV138.74109.53163.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 106 (41.80% from 255) = 25.60%
R=45.41%
G=28.99%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812010600.360.440.2610.2437.9657.65
HexBC786A0242C1Aa263a
Octal2741701520445432124672
Binary10111100111100011010100100100101100110101010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC786A; }

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

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

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

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

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

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

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

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