#BC7565

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

Shades of Contessa #BC7565

Tints of Contessa #BC7565

Color information

#BC7565 (or 0xBC7565) is unknown color: approx Contessa. HEX triplet: BC, 75 and 65. RGB value is (188,117,101). Sum of RGB (Red+Green+Blue) = 188+117+101=406 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.31% from 406); Green value is 117 (46.09% from 255 or 28.82% from 406); Blue value is 101 (39.84% from 255 or 24.88% from 406); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7565 is #438A9A. Grayscale: #888888. Windows color (decimal): -4426395 or 6649276. OLE color: 6649276.

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

Color convert

RGB188117101-
CMYK00.380.460.26
HSL11.03º39.37%56.67%-
HSV(B)11.03º46.28%73.73%-
XYZ29.4524.3515.46-
YUV136.4108.02164.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.31%
GREEN value IS 117 (46.09% from 255) = 28.82%
BLUE value IS 101 (39.84% from 255) = 24.88%
R=46.31%
G=28.82%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811710100.380.460.2611.0339.3756.67
HexBC75650262E1Ab2739
Octal2741651450465632134771
Binary10111100111010111001010100110101110110101011100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7565; }

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

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

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

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

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

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

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

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