#BC7563

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

Shades of Contessa #BC7563

Tints of Contessa #BC7563

Color information

#BC7563 (or 0xBC7563) is unknown color: approx Contessa. HEX triplet: BC, 75 and 63. RGB value is (188,117,99). Sum of RGB (Red+Green+Blue) = 188+117+99=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 99 (39.06% from 255 or 24.50% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7563 is #438A9C. Grayscale: #888888. Windows color (decimal): -4426397 or 6518204. OLE color: 6518204.

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

Color convert

RGB18811799-
CMYK00.380.470.26
HSL12.13º39.91%56.27%-
HSV(B)12.13º47.34%73.73%-
XYZ29.3524.3114.95-
YUV136.18107.02164.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.53%
GREEN value IS 117 (46.09% from 255) = 28.96%
BLUE value IS 99 (39.06% from 255) = 24.50%
R=46.53%
G=28.96%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881179900.380.470.2612.1339.9156.27
HexBC75630262F1Ac2838
Octal2741651430465732145070
Binary10111100111010111000110100110101111110101100101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7563; }

 p { color: rgb(188,117,99); }

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

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

 a { background-color: rgb(188,117,99); }

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

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

 span { border-color: rgb(188,117,99); }

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