#BC706C

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

Shades of Contessa #BC706C

Tints of Contessa #BC706C

Color information

#BC706C (or 0xBC706C) is unknown color: approx Contessa. HEX triplet: BC, 70 and 6C. RGB value is (188,112,108). Sum of RGB (Red+Green+Blue) = 188+112+108=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 108 (42.58% from 255 or 26.47% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC706C is #438F93. Grayscale: #868686. Windows color (decimal): -4427668 or 7106748. OLE color: 7106748.

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

Color convert

RGB188112108-
CMYK00.400.430.26
HSL37.38%58.04%-
HSV(B)42.55%73.73%-
XYZ29.2423.3617.16-
YUV134.27113.18166.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.08%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 108 (42.58% from 255) = 26.47%
R=46.08%
G=27.45%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811210800.400.430.26337.3858.04
HexBC706C0282B1A3253a
Octal274160154050533234572
Binary101111001110000110110001010001010111101011100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC706C; }

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

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

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

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

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

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

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

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