#BC6D6A

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

Shades of Contessa #BC6D6A

Tints of Contessa #BC6D6A

Color information

#BC6D6A (or 0xBC6D6A) is unknown color: approx Contessa. HEX triplet: BC, 6D and 6A. RGB value is (188,109,106). Sum of RGB (Red+Green+Blue) = 188+109+106=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 106 (41.80% from 255 or 26.30% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D6A is #439295. Grayscale: #848484. Windows color (decimal): -4428438 or 6974908. OLE color: 6974908.

HSL color Cylindrical-coordinate representation of color #BC6D6A: hue angle of 2.2º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC6D6A is Cyan = 0, Magento = 0.42, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB188109106-
CMYK00.420.440.26
HSL2.2º37.96%57.65%-
HSV(B)2.2º43.62%73.73%-
XYZ28.8122.6716.49-
YUV132.28113.17167.74-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 109 (42.97% from 255) = 27.05%
BLUE value IS 106 (41.80% from 255) = 26.30%
R=46.65%
G=27.05%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810910600.420.440.262.237.9657.65
HexBC6D6A02A2C1A2263a
Octal274155152052543224672
Binary101111001101101110101001010101011001101010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D6A; }

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

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

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

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

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

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

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

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