#BC6565

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

Shades of Contessa #BC6565

Tints of Contessa #BC6565

Color information

#BC6565 (or 0xBC6565) is unknown color: approx Contessa. HEX triplet: BC, 65 and 65. RGB value is (188,101,101). Sum of RGB (Red+Green+Blue) = 188+101+101=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 101 (39.84% from 255 or 25.90% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6565 is #439A9A. Grayscale: #7F7F7F. Windows color (decimal): -4430491 or 6645180. OLE color: 6645180.

HSL color Cylindrical-coordinate representation of color #BC6565: 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 #BC6565 is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB188101101-
CMYK00.460.460.26
HSL39.37%56.67%-
HSV(B)46.28%73.73%-
XYZ27.7420.9414.89-
YUV127.01113.32171.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.21%
GREEN value IS 101 (39.84% from 255) = 25.90%
BLUE value IS 101 (39.84% from 255) = 25.90%
R=48.21%
G=25.90%
B=25.90%

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
Decimal18810110100.460.460.26039.3756.67
HexBC656502E2E1A02739
Octal274145145056563204771
Binary10111100110010111001010101110101110110100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6565; }

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

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

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

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

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

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

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

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