#BC6E6B

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

Shades of Contessa #BC6E6B

Tints of Contessa #BC6E6B

Color information

#BC6E6B (or 0xBC6E6B) is unknown color: approx Contessa. HEX triplet: BC, 6E and 6B. RGB value is (188,110,107). Sum of RGB (Red+Green+Blue) = 188+110+107=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 110 (43.36% from 255 or 27.16% from 405); Blue value is 107 (42.19% from 255 or 26.42% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E6B is #439194. Grayscale: #858585. Windows color (decimal): -4428181 or 7040700. OLE color: 7040700.

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

Color convert

RGB188110107-
CMYK00.410.430.26
HSL2.22º37.67%57.84%-
HSV(B)2.22º43.09%73.73%-
XYZ28.9722.916.8-
YUV132.98113.34167.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 110 (43.36% from 255) = 27.16%
BLUE value IS 107 (42.19% from 255) = 26.42%
R=46.42%
G=27.16%
B=26.42%

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
Decimal18811010700.410.430.262.2237.6757.84
HexBC6E6B0292B1A2263a
Octal274156153051533224672
Binary101111001101110110101101010011010111101010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6E6B; }

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

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

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

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

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

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

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

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