#BC7368

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

Shades of Contessa #BC7368

Tints of Contessa #BC7368

Color information

#BC7368 (or 0xBC7368) is unknown color: approx Contessa. HEX triplet: BC, 73 and 68. RGB value is (188,115,104). Sum of RGB (Red+Green+Blue) = 188+115+104=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 104 (41.02% from 255 or 25.55% from 407); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7368 is #438C97. Grayscale: #878787. Windows color (decimal): -4426904 or 6845372. OLE color: 6845372.

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

Color convert

RGB188115104-
CMYK00.390.450.26
HSL7.86º38.53%57.25%-
HSV(B)7.86º44.68%73.73%-
XYZ29.3723.9516.17-
YUV135.57110.18165.39-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.19%
GREEN value IS 115 (45.31% from 255) = 28.26%
BLUE value IS 104 (41.02% from 255) = 25.55%
R=46.19%
G=28.26%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811510400.390.450.267.8638.5357.25
HexBC73680272D1A82739
Octal2741631500475532104771
Binary10111100111001111010000100111101101110101000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7368; }

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

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

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

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

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

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

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

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