#BC715D

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

Shades of Contessa #BC715D

Tints of Contessa #BC715D

Color information

#BC715D (or 0xBC715D) is unknown color: approx Contessa. HEX triplet: BC, 71 and 5D. RGB value is (188,113,93). Sum of RGB (Red+Green+Blue) = 188+113+93=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC715D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC715D is #438EA2. Grayscale: #858585. Windows color (decimal): -4427427 or 6123964. OLE color: 6123964.

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

Color convert

RGB18811393-
CMYK00.400.510.26
HSL12.63º41.48%55.1%-
HSV(B)12.63º50.53%73.73%-
XYZ28.6223.2913.34-
YUV133.15105.35167.13-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.72%
GREEN value IS 113 (44.53% from 255) = 28.68%
BLUE value IS 93 (36.72% from 255) = 23.60%
R=47.72%
G=28.68%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.51
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881139300.400.510.2612.6341.4855.1
HexBC715D028331Ad2937
Octal2741611350506332155167
Binary10111100111000110111010101000110011110101101101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC715D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC715D; }

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

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

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

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

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

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

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

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