#BC6665

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

Shades of Contessa #BC6665

Tints of Contessa #BC6665

Color information

#BC6665 (or 0xBC6665) is unknown color: approx Contessa. HEX triplet: BC, 66 and 65. RGB value is (188,102,101). Sum of RGB (Red+Green+Blue) = 188+102+101=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 101 (39.84% from 255 or 25.83% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6665 is #43999A. Grayscale: #7F7F7F. Windows color (decimal): -4430235 or 6645436. OLE color: 6645436.

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

Color convert

RGB188102101-
CMYK00.460.460.26
HSL0.69º39.37%56.67%-
HSV(B)0.69º46.28%73.73%-
XYZ27.8421.1314.92-
YUV127.6112.99171.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.08%
GREEN value IS 102 (40.23% from 255) = 26.09%
BLUE value IS 101 (39.84% from 255) = 25.83%
R=48.08%
G=26.09%
B=25.83%

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
Decimal18810210100.460.460.260.6939.3756.67
HexBC666502E2E1A12739
Octal274146145056563214771
Binary10111100110011011001010101110101110110101100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6665; }

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

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

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

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

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

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

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

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