#BC766E

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

Shades of Contessa #BC766E

Tints of Contessa #BC766E

Color information

#BC766E (or 0xBC766E) is unknown color: approx Contessa. HEX triplet: BC, 76 and 6E. RGB value is (188,118,110). Sum of RGB (Red+Green+Blue) = 188+118+110=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 118 (46.48% from 255 or 28.37% from 416); Blue value is 110 (43.36% from 255 or 26.44% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC766E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC766E is #438991. Grayscale: #8A8A8A. Windows color (decimal): -4426130 or 7239356. OLE color: 7239356.

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

Color convert

RGB188118110-
CMYK00.370.410.26
HSL6.15º36.79%58.43%-
HSV(B)6.15º41.49%73.73%-
XYZ30.0324.7717.95-
YUV138.02112.19163.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 118 (46.48% from 255) = 28.37%
BLUE value IS 110 (43.36% from 255) = 26.44%
R=45.19%
G=28.37%
B=26.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811811000.370.410.266.1536.7958.43
HexBC766E025291A6253a
Octal274166156045513264572
Binary1011110011101101101110010010110100111010110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC766E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC766E; }

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

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

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

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

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

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

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

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