#BC715C

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

Shades of Contessa #BC715C

Tints of Contessa #BC715C

Color information

#BC715C (or 0xBC715C) is unknown color: approx Contessa. HEX triplet: BC, 71 and 5C. RGB value is (188,113,92). Sum of RGB (Red+Green+Blue) = 188+113+92=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 92 (36.33% from 255 or 23.41% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC715C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC715C is #438EA3. Grayscale: #858585. Windows color (decimal): -4427428 or 6058428. OLE color: 6058428.

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

Color convert

RGB18811392-
CMYK00.400.510.26
HSL13.12º41.74%54.9%-
HSV(B)13.12º51.06%73.73%-
XYZ28.5823.2713.11-
YUV133.03104.85167.21-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.84%
GREEN value IS 113 (44.53% from 255) = 28.75%
BLUE value IS 92 (36.33% from 255) = 23.41%
R=47.84%
G=28.75%
B=23.41%

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
Decimal1881139200.400.510.2613.1241.7454.9
HexBC715C028331Ad2a37
Octal2741611340506332155267
Binary10111100111000110111000101000110011110101101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC715C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC715C; }

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

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

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

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

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

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

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

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