#BC786B

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

Shades of Contessa #BC786B

Tints of Contessa #BC786B

Color information

#BC786B (or 0xBC786B) is unknown color: approx Contessa. HEX triplet: BC, 78 and 6B. RGB value is (188,120,107). Sum of RGB (Red+Green+Blue) = 188+120+107=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 107 (42.19% from 255 or 25.78% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC786B is #438794. Grayscale: #8A8A8A. Windows color (decimal): -4425621 or 7043260. OLE color: 7043260.

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

Color convert

RGB188120107-
CMYK00.360.430.26
HSL9.63º37.67%57.84%-
HSV(B)9.63º43.09%73.73%-
XYZ30.1125.1917.18-
YUV138.85110.03163.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 120 (47.27% from 255) = 28.92%
BLUE value IS 107 (42.19% from 255) = 25.78%
R=45.30%
G=28.92%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18812010700.360.430.269.6337.6757.84
HexBC786B0242B1Aa263a
Octal2741701530445332124672
Binary10111100111100011010110100100101011110101010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC786B; }

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

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

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

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

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

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

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

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