#bc7676

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

Shades of Contessa #BC7676

Tints of Contessa #BC7676

Color information

#BC7676 (or 0xBC7676) is unknown color: approx Contessa. HEX triplet: BC, 76 and 76. RGB value is (188,118,118). Sum of RGB (Red+Green+Blue) = 188+118+118=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 118 (46.48% from 255 or 27.83% from 424); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7676 is #438989. Grayscale: #8A8A8A. Windows color (decimal): -4426122 or 7763644. OLE color: 7763644.

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

Color convert

RGB188118118-
CMYK00.370.370.26
HSL34.31%60%-
HSV(B)37.23%73.73%-
XYZ30.4924.9620.35-
YUV138.93116.19163-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.34%
GREEN value IS 118 (46.48% from 255) = 27.83%
BLUE value IS 118 (46.48% from 255) = 27.83%
R=44.34%
G=27.83%
B=27.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811811800.370.370.26034.3160
HexBC7676025251A0223c
Octal274166166045453204274
Binary10111100111011011101100100101100101110100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc7676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc7676; }

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

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

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

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

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

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

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

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