#BC6E6C

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

Shades of Contessa #BC6E6C

Tints of Contessa #BC6E6C

Color information

#BC6E6C (or 0xBC6E6C) is unknown color: approx Contessa. HEX triplet: BC, 6E and 6C. RGB value is (188,110,108). Sum of RGB (Red+Green+Blue) = 188+110+108=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 108 (42.58% from 255 or 26.60% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E6C is #439193. Grayscale: #858585. Windows color (decimal): -4428180 or 7106236. OLE color: 7106236.

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

Color convert

RGB188110108-
CMYK00.410.430.26
HSL1.5º37.38%58.04%-
HSV(B)1.5º42.55%73.73%-
XYZ29.0222.9317.08-
YUV133.09113.84167.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 110 (43.36% from 255) = 27.09%
BLUE value IS 108 (42.58% from 255) = 26.60%
R=46.31%
G=27.09%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811010800.410.430.261.537.3858.04
HexBC6E6C0292B1A2253a
Octal274156154051533224572
Binary101111001101110110110001010011010111101010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6E6C; }

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

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

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

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

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

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

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

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