#BC6D6C

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

Shades of Contessa #BC6D6C

Tints of Contessa #BC6D6C

Color information

#BC6D6C (or 0xBC6D6C) is unknown color: approx Contessa. HEX triplet: BC, 6D and 6C. RGB value is (188,109,108). Sum of RGB (Red+Green+Blue) = 188+109+108=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 109 (42.97% from 255 or 26.91% from 405); Blue value is 108 (42.58% from 255 or 26.67% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D6C is #439293. Grayscale: #848484. Windows color (decimal): -4428436 or 7105980. OLE color: 7105980.

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

Color convert

RGB188109108-
CMYK00.420.430.26
HSL0.75º37.38%58.04%-
HSV(B)0.75º42.55%73.73%-
XYZ28.9122.7117.05-
YUV132.51114.17167.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.42%
GREEN value IS 109 (42.97% from 255) = 26.91%
BLUE value IS 108 (42.58% from 255) = 26.67%
R=46.42%
G=26.91%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810910800.420.430.260.7537.3858.04
HexBC6D6C02A2B1A1253a
Octal274155154052533214572
Binary10111100110110111011000101010101011110101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D6C; }

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

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

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

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

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

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

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

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