#BC706D

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

Shades of Contessa #BC706D

Tints of Contessa #BC706D

Color information

#BC706D (or 0xBC706D) is unknown color: approx Contessa. HEX triplet: BC, 70 and 6D. RGB value is (188,112,109). Sum of RGB (Red+Green+Blue) = 188+112+109=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC706D is #438F92. Grayscale: #868686. Windows color (decimal): -4427667 or 7172284. OLE color: 7172284.

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

Color convert

RGB188112109-
CMYK00.400.420.26
HSL2.28º37.09%58.24%-
HSV(B)2.28º42.02%73.73%-
XYZ29.2923.3817.44-
YUV134.38113.68166.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.97%
GREEN value IS 112 (44.14% from 255) = 27.38%
BLUE value IS 109 (42.97% from 255) = 26.65%
R=45.97%
G=27.38%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811210900.400.420.262.2837.0958.24
HexBC706D0282A1A2253a
Octal274160155050523224572
Binary101111001110000110110101010001010101101010100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC706D; }

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

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

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

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

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

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

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

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