#BC766C

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

Shades of Contessa #BC766C

Tints of Contessa #BC766C

Color information

#BC766C (or 0xBC766C) is unknown color: approx Contessa. HEX triplet: BC, 76 and 6C. RGB value is (188,118,108). Sum of RGB (Red+Green+Blue) = 188+118+108=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 108 (42.58% from 255 or 26.09% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC766C is #438993. Grayscale: #898989. Windows color (decimal): -4426132 or 7108284. OLE color: 7108284.

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

Color convert

RGB188118108-
CMYK00.370.430.26
HSL7.5º37.38%58.04%-
HSV(B)7.5º42.55%73.73%-
XYZ29.9224.7317.38-
YUV137.79111.19163.81-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.41%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 108 (42.58% from 255) = 26.09%
R=45.41%
G=28.50%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811810800.370.430.267.537.3858.04
HexBC766C0252B1A8253a
Octal2741661540455332104572
Binary10111100111011011011000100101101011110101000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC766C; }

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

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

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

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

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

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

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

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