#BC716A

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

Shades of Contessa #BC716A

Tints of Contessa #BC716A

Color information

#BC716A (or 0xBC716A) is unknown color: approx Contessa. HEX triplet: BC, 71 and 6A. RGB value is (188,113,106). Sum of RGB (Red+Green+Blue) = 188+113+106=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC716A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC716A is #438E95. Grayscale: #868686. Windows color (decimal): -4427414 or 6975932. OLE color: 6975932.

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

Color convert

RGB188113106-
CMYK00.400.440.26
HSL5.12º37.96%57.65%-
HSV(B)5.12º43.62%73.73%-
XYZ29.2523.5416.64-
YUV134.63111.85166.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 106 (41.80% from 255) = 26.04%
R=46.19%
G=27.76%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811310600.400.440.265.1237.9657.65
HexBC716A0282C1A5263a
Octal274161152050543254672
Binary1011110011100011101010010100010110011010101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC716A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC716A; }

 p { color: rgb(188,113,106); }

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

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

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

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

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

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

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