#BC6B65

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

Shades of Contessa #BC6B65

Tints of Contessa #BC6B65

Color information

#BC6B65 (or 0xBC6B65) is unknown color: approx Contessa. HEX triplet: BC, 6B and 65. RGB value is (188,107,101). Sum of RGB (Red+Green+Blue) = 188+107+101=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B65 is #43949A. Grayscale: #828282. Windows color (decimal): -4428955 or 6646716. OLE color: 6646716.

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

Color convert

RGB188107101-
CMYK00.430.460.26
HSL4.14º39.37%56.67%-
HSV(B)4.14º46.28%73.73%-
XYZ28.3522.1515.09-
YUV130.54111.34168.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 47.47%
GREEN value IS 107 (42.19% from 255) = 27.02%
BLUE value IS 101 (39.84% from 255) = 25.51%
R=47.47%
G=27.02%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18810710100.430.460.264.1439.3756.67
HexBC6B6502B2E1A42739
Octal274153145053563244771
Binary1011110011010111100101010101110111011010100100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B65; }

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

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

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

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

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

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

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

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