#BC7363

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

Shades of Contessa #BC7363

Tints of Contessa #BC7363

Color information

#BC7363 (or 0xBC7363) is unknown color: approx Contessa. HEX triplet: BC, 73 and 63. RGB value is (188,115,99). Sum of RGB (Red+Green+Blue) = 188+115+99=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7363 is #438C9C. Grayscale: #878787. Windows color (decimal): -4426909 or 6517692. OLE color: 6517692.

HSL color Cylindrical-coordinate representation of color #BC7363: hue angle of 10.79º 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 #BC7363 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.26.

Color convert

RGB18811599-
CMYK00.390.470.26
HSL10.79º39.91%56.27%-
HSV(B)10.79º47.34%73.73%-
XYZ29.1223.8514.87-
YUV135107.68165.8-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.77%
GREEN value IS 115 (45.31% from 255) = 28.61%
BLUE value IS 99 (39.06% from 255) = 24.63%
R=46.77%
G=28.61%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881159900.390.470.2610.7939.9156.27
HexBC73630272F1Ab2838
Octal2741631430475732135070
Binary10111100111001111000110100111101111110101011101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7363; }

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

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

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

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

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

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

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

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