#bc6d6b

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

Shades of Contessa #BC6D6B

Tints of Contessa #BC6D6B

Color information

#BC6D6B (or 0xBC6D6B) is unknown color: approx Contessa. HEX triplet: BC, 6D and 6B. RGB value is (188,109,107). Sum of RGB (Red+Green+Blue) = 188+109+107=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 109 (42.97% from 255 or 26.98% from 404); Blue value is 107 (42.19% from 255 or 26.49% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D6B is #439294. Grayscale: #848484. Windows color (decimal): -4428437 or 7040444. OLE color: 7040444.

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

Color convert

RGB188109107-
CMYK00.420.430.26
HSL1.48º37.67%57.84%-
HSV(B)1.48º43.09%73.73%-
XYZ28.8622.6916.77-
YUV132.39113.67167.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.53%
GREEN value IS 109 (42.97% from 255) = 26.98%
BLUE value IS 107 (42.19% from 255) = 26.49%
R=46.53%
G=26.98%
B=26.49%

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
Decimal18810910700.420.430.261.4837.6757.84
HexBC6D6B02A2B1A1263a
Octal274155153052533214672
Binary10111100110110111010110101010101011110101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6d6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6d6b; }

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

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

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

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

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

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

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

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