#BC766D

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

Shades of Contessa #BC766D

Tints of Contessa #BC766D

Color information

#BC766D (or 0xBC766D) is unknown color: approx Contessa. HEX triplet: BC, 76 and 6D. RGB value is (188,118,109). Sum of RGB (Red+Green+Blue) = 188+118+109=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 109 (42.97% from 255 or 26.27% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC766D is #438992. Grayscale: #8A8A8A. Windows color (decimal): -4426131 or 7173820. OLE color: 7173820.

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

Color convert

RGB188118109-
CMYK00.370.420.26
HSL6.84º37.09%58.24%-
HSV(B)6.84º42.02%73.73%-
XYZ29.9824.7517.67-
YUV137.9111.69163.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 118 (46.48% from 255) = 28.43%
BLUE value IS 109 (42.97% from 255) = 26.27%
R=45.30%
G=28.43%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811810900.370.420.266.8437.0958.24
HexBC766D0252A1A7253a
Octal274166155045523274572
Binary1011110011101101101101010010110101011010111100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC766D; }

 p { color: rgb(188,118,109); }

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

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

 a { background-color: rgb(188,118,109); }

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

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

 span { border-color: rgb(188,118,109); }

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