#BC6D65

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

Shades of Contessa #BC6D65

Tints of Contessa #BC6D65

Color information

#BC6D65 (or 0xBC6D65) is unknown color: approx Contessa. HEX triplet: BC, 6D and 65. RGB value is (188,109,101). Sum of RGB (Red+Green+Blue) = 188+109+101=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 109 (42.97% from 255 or 27.39% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6D65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6D65 is #43929A. Grayscale: #838383. Windows color (decimal): -4428443 or 6647228. OLE color: 6647228.

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

Color convert

RGB188109101-
CMYK00.420.460.26
HSL5.52º39.37%56.67%-
HSV(B)5.52º46.28%73.73%-
XYZ28.5622.5715.16-
YUV131.71110.67168.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.24%
GREEN value IS 109 (42.97% from 255) = 27.39%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=47.24%
G=27.39%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810910100.420.460.265.5239.3756.67
HexBC6D6502A2E1A62739
Octal274155145052563264771
Binary1011110011011011100101010101010111011010110100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6D65; }

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

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

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

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

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

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

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

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