#BC6D68

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

Shades of Contessa #BC6D68

Tints of Contessa #BC6D68

Color information

#BC6D68 (or 0xBC6D68) is unknown color: approx Contessa. HEX triplet: BC, 6D and 68. RGB value is (188,109,104). Sum of RGB (Red+Green+Blue) = 188+109+104=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 109 (42.97% from 255 or 27.18% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D68 is #439297. Grayscale: #848484. Windows color (decimal): -4428440 or 6843836. OLE color: 6843836.

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

Color convert

RGB188109104-
CMYK00.420.450.26
HSL3.57º38.53%57.25%-
HSV(B)3.57º44.68%73.73%-
XYZ28.7122.6315.95-
YUV132.05112.17167.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.88%
GREEN value IS 109 (42.97% from 255) = 27.18%
BLUE value IS 104 (41.02% from 255) = 25.94%
R=46.88%
G=27.18%
B=25.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810910400.420.450.263.5738.5357.25
HexBC6D6802A2D1A42739
Octal274155150052553244771
Binary1011110011011011101000010101010110111010100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D68; }

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

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

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

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

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

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

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

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