#BC6666

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

Shades of Contessa #BC6666

Tints of Contessa #BC6666

Color information

#BC6666 (or 0xBC6666) is unknown color: approx Contessa. HEX triplet: BC, 66 and 66. RGB value is (188,102,102). Sum of RGB (Red+Green+Blue) = 188+102+102=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 102 (40.23% from 255 or 26.02% from 392); Blue value is 102 (40.23% from 255 or 26.02% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6666 is #439999. Grayscale: #7F7F7F. Windows color (decimal): -4430234 or 6710972. OLE color: 6710972.

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

Color convert

RGB188102102-
CMYK00.460.460.26
HSL39.09%56.86%-
HSV(B)45.74%73.73%-
XYZ27.8921.1515.18-
YUV127.71113.49171-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.96%
GREEN value IS 102 (40.23% from 255) = 26.02%
BLUE value IS 102 (40.23% from 255) = 26.02%
R=47.96%
G=26.02%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810210200.460.460.26039.0956.86
HexBC666602E2E1A02739
Octal274146146056563204771
Binary10111100110011011001100101110101110110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6666; }

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

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

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

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

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

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

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

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