#BC7265

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

Shades of Contessa #BC7265

Tints of Contessa #BC7265

Color information

#BC7265 (or 0xBC7265) is unknown color: approx Contessa. HEX triplet: BC, 72 and 65. RGB value is (188,114,101). Sum of RGB (Red+Green+Blue) = 188+114+101=403 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.65% from 403); Green value is 114 (44.92% from 255 or 28.29% from 403); Blue value is 101 (39.84% from 255 or 25.06% from 403); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7265 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7265 is #438D9A. Grayscale: #868686. Windows color (decimal): -4427163 or 6648508. OLE color: 6648508.

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

Color convert

RGB188114101-
CMYK00.390.460.26
HSL8.97º39.37%56.67%-
HSV(B)8.97º46.28%73.73%-
XYZ29.1123.6715.35-
YUV134.64109.02166.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 46.65%
GREEN value IS 114 (44.92% from 255) = 28.29%
BLUE value IS 101 (39.84% from 255) = 25.06%
R=46.65%
G=28.29%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18811410100.390.460.268.9739.3756.67
HexBC72650272E1A92739
Octal2741621450475632114771
Binary10111100111001011001010100111101110110101001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC7265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC7265; }

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

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

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

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

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

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

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

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