#BC6E6E

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

Shades of Contessa #BC6E6E

Tints of Contessa #BC6E6E

Color information

#BC6E6E (or 0xBC6E6E) is unknown color: approx Contessa. HEX triplet: BC, 6E and 6E. RGB value is (188,110,110). Sum of RGB (Red+Green+Blue) = 188+110+110=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 110 (43.36% from 255 or 26.96% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6E6E is #439191. Grayscale: #858585. Windows color (decimal): -4428178 or 7237308. OLE color: 7237308.

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

Color convert

RGB188110110-
CMYK00.410.410.26
HSL36.79%58.43%-
HSV(B)41.49%73.73%-
XYZ29.1322.9717.65-
YUV133.32114.84167-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 110 (43.36% from 255) = 26.96%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=46.08%
G=26.96%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.41
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811011000.410.410.26036.7958.43
HexBC6E6E029291A0253a
Octal274156156051513204572
Binary10111100110111011011100101001101001110100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6E6E; }

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

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

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

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

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

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

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

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